Reputation: 16522
I have 3 targets in my project and I want to set a custom build path for one of the targets. How do I set the build path for just one target in my project?
Upvotes: 0
Views: 2990
Reputation: 20088
Use the Build Products Path build setting to set the custom build path for a single target.
Update
I noticed something new in Xcode 5. If you choose File > Project Settings and click the Advanced button, you can choose a Legacy build location that uses the target's build products location.
Upvotes: 5