vote up 0 vote down star

How it looks?

thanks

flag

31% accept rate
1  
add relative path to what? – Eimantas Sep 13 at 5:35

2 Answers

vote up 4 vote down check

All paths in Build Settings are assumed relative to the directory that contains the .xcodeproj file. Use the standard Unix path tokens

.   project directory
..  parent directory

So if your project file is trunk/Mac/proj.xcodeproj, and your headers are in trunk/Headers/foo.h, you would add ../Headers to your Header Search Paths.

link|flag
vote up 1 vote down

Also there are two paths: $SRCROOT and $SDKROOT.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.