Berry Blue
Berry Blue

Reputation: 16522

Xcode 5: Custom build path in project with multiple targets

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

Answers (1)

Swift Dev Journal
Swift Dev Journal

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

Related Questions