Xcode (iOS) cannot for some reason find cstddef for a library I'm using (Boost). Does any one know how to fix this?
I am compiling under Mac OS X 10.8 with Xcode 4.6
Xcode (iOS) cannot for some reason find cstddef for a library I'm using (Boost). Does any one know how to fix this?
I am compiling under Mac OS X 10.8 with Xcode 4.6
You should make your project all Objective-C++, renaming all the files to *.mm
extension.