I’d like to change DSTROOT(or any other variables that Xcode use for build settings) to somewhere else but can’t to locate where it’s defined.
I’m using Xcode 4.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Looking at the Xcode Build Settings Reference, it looks like
$DSTROOTis only affected by$PROJECT_NAMEand$SYMROOTis only affected by$SRCROOT, so I’m not sure you can easily change them at all.