Xcode cannot find cstddef

試著忘記壹切 提交于 2019-12-10 17:54:15

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!