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

Categories

0 votes
287 views
in Technique[技术] by (71.8m points)

iphone - Xcode project inside project

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

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

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...