Facebook 错误 Include of non-modular header inside framework module

Facebook error Include of non-modular header inside framework module

当我尝试集成 Parse.com 和 Facebook SDK 时出现以下错误。

错误如下:

我添加的库文件。

更新 - 将 YES 更改为 "Allow non-modular includes in Framework modules"

转到构建设置并搜索 "Allow non-modular includes in Framework modules" 并将其更改为 YES

如果您使用 Swift 进行开发,则必须从您包含的 Facebook 的每个框架中删除 "Modules" 文件夹下的“.modulemap”文件。 这对我有用。

看到这个link: https://developers.facebook.com/docs/ios/troubleshooting#xcode_link