在将我的xcode更新到7.1之后,我得到了这个错误:
include of non-modular header inside framework module 'Parse.PFGeoPoint' 这不会让“Parse”模块构建。我在Target中将"Allow Non-modular Includes In Framework Modules“设置为”Yes“,但这没有帮助。我猜这是一个快速的编译器错误。你有什么解决方案吗?谢谢。
发布于 2015-12-04 05:55:13
转到构建设置,然后在目标下搜索Allow Non-modular Includes in Framework Modules,并将其设置为yes。
注意:如果您使用的是CocoaPods。跑
[sudo] gem install cocoapodspod install
https://stackoverflow.com/questions/33549450
复制相似问题