When Compiling for iPhone Simulator with Xcode 4.2, if I place
“$(BUILT_PRODUCTS_DIR)”
in
Build Settings / Header search paths / Debug
and exit editing I can see it resolves to:
“build/Debug-iphoneos”
Where should this be on my system? I have looked in:
Library/Developer/Xcode/DerivedData/{Project Name}/Build
but I can’t find a file called build that contains a folder called Debug-iphoneos.
On my system, compiling an OSX project, that resolves to an absolute path:
There are so many Xcode build variables that I keep a text file with a sample list of them which I got from executing a custom build script and viewing the output within the log tab.
If your code is going into the
Libraryfolder, then that is hidden under Lion. You can unhide it from the command line (Terminal) using:You should then be able to see its content.
Another tip: I have a
~/tmpfolder where I let temporary stuff accumulate and I have set my Xcode preferences to putDerivedDataandArchivesinto that folder so I can: