joh, Try adding something like this to your clang options:
- Code: Select all
"-isysroot",
"/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk",
"-D__IPHONE_OS_VERSION_MIN_REQUIRED=40300",
I don't code in Objective-C/Objective-C++ myself, so while I believe basic support is there I'm sure it could be improved. Pull requests with more fleshed out support would be more than welcome

MikeSmith, No idea regarding per-project settings, please do let me know if you figure it out.