Tagged Questions
4
votes
1answer
210 views
Xcode & iPhone - Best way for reusing code within multiple projects?
What is the best way to reuse code within projects?
Let's say I implemented a UI Element and I want it to be used in both my iphone and ipad application without having to copy the code over and have ...
2
votes
2answers
899 views
Specifying a subproject's Configuration in XCode
I have an XCode project (A) referencing another project (B). By default (as far as I understand it) XCode will implicitly build the configuration for the B dependency that matches the configuration of ...
0
votes
1answer
55 views
Cross-Project source code reference in Xcode 4
I know you can have Xcode refer to framework / static lib build targets in other projects, but if the project you want to refer to doesn't have a framework / static lib target, can you directly refer ...