Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where are variables such as SYMROOT or DSTROOT defined in Xcode?

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.

like image 895
eugene Avatar asked Jul 05 '12 09:07

eugene


1 Answers

Looking at the Xcode Build Settings Reference, it looks like $DSTROOT is only affected by $PROJECT_NAME and $SYMROOT is only affected by $SRCROOT, so I'm not sure you can easily change them at all.

like image 69
trojanfoe Avatar answered Nov 15 '22 10:11

trojanfoe