ios - Adding an Xcode subproject: Shouldn't all the source files get copied? -


i manually adding sqlite.swift subproject project. directions indicated, copied .xcodeproj file project. allows me see source files (unlike this question).

enter image description here

everything seemed working fine. however, discovered source files of subproject not copied project. still in original location downloaded them. design? if want share project source code other people in future? won't have subproject source necessary project work.

if need copy subproject source project, how do that?

add filesystem-structure first. example pressing "show in finder" on "chimee"-project lead folder it's located in. copy sqlite-project structure in there.

afterwards can drag&drop xcodeproj project still link original path, it's inside project-structure isn't problem anymore.

i guess design, because when try via add files "yourproject" can select copy items if needed-option still not copied (only .xcodeproj-files, works other filetypes)


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -