我在我的应用中使用GoogleMaps iOS SDK并添加了cocoapods。但是,在将xCode从7.0更新到7.1后,我突然收到以下错误:无法构建Objective-C模块'GoogleMaps'
此外,xCode还在GoogleMaps.framework中的GoogleMaps.h文件中出现错误: Include of non-modular header inside framework module 'GoogleMaps'
我已经删除了我的DerivedData文件夹,更新了cocoapods,重新安装了GoogleMaps iOS SDK并清理并构建了框架的方案和我的应用程序方案。但到目前为止没有任何帮助。
答案 0 :(得分:2)
在这个类似的问题中回答:xCode 7 error: include of non-modular header inside framework module with Google Maps
...但基本上你需要创建一个Objective-C桥接头文件,而你可能不需要使用Xcode 7.0。为什么仍然没有我。
答案 1 :(得分:0)
你应该打开.xcworkspace而不是.xcodeproj 一旦你添加了可可豆荚,你的项目文件夹将包含.xcworkspace文件