0

So far, no matter what I try, Xcode dumps my project's products in a subfolder of the project directory. I've tried each setting under Build Locations, but it doesn't seem to work. If I try Users/MyName/svn/trunk, it'll end up in the project folder .../MyProject/Users/MyName....

What am I doing incorrectly?

2 Answers 2

3

Try going to:

Project -> Edit Project Settings -> General -> Place Build Products In: Custom Location.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks. Is there a way to set this depending on the build configuration? Ideally, I'd like it only to move to the SVN trunk if I compile it under Release.
2

Would adding a preceding / before your build path fix it? (eg: /Users/... instead of Users/... ?

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.