Subject: | With Xcode 4.3, there's no /Developer anymore |
Xcode 4.3 is a self-contained app in /Applications; /Developer doesn't exist anymore. For 10.7,
the isysroot path needs to be
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Ma
cOSX10.7.sdk
It'd be good to check whether /Developer exists, and if it does not, check
/Applications/Xcode.app/...
Thanks,
Marcel