Xcode project inside project

I take on part of my colleague’s project, which is currently on vacation.

Other projects went well, but on this particular one I found the project inside the project, for example, using the framework, which I suppose.

So what is the name of this technique?

project inside project tree image

How to embed and interact with it? just import?

+7
source share
2 answers

These are called cross-reference links. By the link below:

Cross-project references are a convenient way to create relationships between two separate Xcode projects.

. . :

http://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/BPFrameworks/Tasks/CreatingFrameworks.html

:

XCode 4

+9

cross-project references aka project in project aka sub-project aka nested projects. Explicit dependency[About]

Xcode , Xcodes . - - XCode.

, . , explicit dependencies .

, (, , ..), ( /) Explicit dependency[About] [How to setup]

, article

XCode 4 workspaces[About] XCode 3s cross-project references

+1

All Articles