问题描述
当我添加成功添加的框架时,我正在更新Facebook SDK 3到4
I am having issue while updating Facebook SDK 3 to 4
时遇到问题。但是当我添加头文件时,它有错误无法构建模块FBSDKCoreKit。不知道原因。
when I add the framework it was added successfully. but when i add header file it's having the error that " Could not build module 'FBSDKCoreKit' ". Don't know the reason.
推荐答案
在设置允许框架模块中的非模块化包含设置为 YES 在Build设置解决了我的问题。但不知道是否有任何问题或问题或其任何副作用。
In setting the "Allow Non-modular Includes in Framework modules" setting to YES in Build settings solved the problem for me. but don't know if is there any problem or issue or any side effects of it.
它的Facebook Bug可以检查他们在这个。
Its Facebook Bug you can check the solution they are providing in this link.
更新1
Facebook表示他们已经修复并将应用解决方案下一次更新请参阅此
Facebook said that they have fixed and will apply solution in next update see this link
更新2
FaceBook修复版本最新版本(即4.1.0)请参阅此链接。
FaceBook Fixed It in Version Latest version (i.e. 4.1.0) see this link link.
这篇关于无法构建模块'FBSDKCoreKit'对于FacebookSDK 4的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!