Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I'm taking over some project of a colleague that is on holidays now.

Other projects have gone fine, but in this particular one, I have found a project inside a project, like using a framework I guess.

So what is the name of this technique?

project inside project tree image

How to insert and interact with it? just import?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
294 views
Welcome To Ask or Share your Answers For Others

1 Answer

They are called cross project references. From the link below:

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

One method of creating shared frameworks is using sub-projects. You can also do it with single projects. More here:

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

Other links:

XCode 4 Adding a Sub Project


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...