XCode 4 Adding a Sub Project

Ray picture Ray · Apr 26, 2011 · Viewed 22.5k times · Source

I am looking at somebody else's project and they have another project embedded under 'Other Sources'. When I click on the project it shows me the build settings etc, and I can expand all the source underneath.

I want to do the same thing, but when I drag an xcodeproj file into my project I don't get the build settings or any of the source shown like in this other project. How do I do this?

Thanks Ray

Answer

MacTeo picture MacTeo · Aug 2, 2011

Just be sure that your added project is not open in another Xcode window.

BTW this is still valid with Xcode 7.2 beta.