How to make xcodeproj file relative in Xcode 4.5

I followed this tutorial and came across this screen shot:

enter image description here

apparently there was a way to make the Xcode project file relative to some user variable env in earlier versions of Xcode (you get there by selecting the project file and then clicking cmd + i)

I could not find a way to do this in Xcode 4.5 (the closest I could get to this this post, but the instructions do not work in Xcode 4.5)

ideas?

update : I tried to change the "header search paths" in the build settings .. and set "always search for user paths" to "yes", as suggested here .., but then my project is always successfully built, if I try to do this, even if I put a nonexistent path in this field.

+2
path xcode relative-path relative static-libraries
Jan 16 '13 at 9:36
source share

No one has answered this question yet.

See related questions:

1348
How to "add existing frames" in Xcode 4?
1276
How to disable ARC for a single file in a project?
981
How to download Xcode DMG or XIP file?
818
Git ignore file for Xcode projects
576
How can I highlight multiple lines in Xcode?
90
Xcode 4 cannot find public header files from static library dependency
84
Angular templateUrl directive regarding .js file
9
Xcode 4.5 gives me the file "SenTestingKit / SenTestKit.h" not found, but works in version 4.4.1
3
xcodebuild does not create dependency on Mountain Lion, Xcode 4.5
-one
cannot find header search path for xcode 4.5



All Articles