If your workspace is configured like this:
//bla/bla/bla/workspace/{project directories}*
then you can use
$(SRCROOT)/../
to get the workspace directory from the project project directory.
For example, if you want to have one project link title in another project:
Project Build Settings-> User Header Search Paths => $ (SRCROOT) /../ SomeLibProj
(and set it to "recursive" if you do not want to add each folder)
Sogger
source share