问题
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
回答1:
You should make your project all Objective-C++, renaming all the files to *.mm
extension.
来源:https://stackoverflow.com/questions/17304545/xcode-cannot-find-cstddef