Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 Xcode 7 beta 与 Swift2 一起使用,当我导入 FBSDKCoreKit 时,错误显示如下“ No such module 'FBSDKCoreKit '”。我怎么解决这个问题。
我遇到了同样的问题,但是以下解决了我的问题。
请复制目标组中的框架,因为如果您只是通过取消选中“如果需要复制项目”选项来提供参考,那么 XCode 7 beta 版本会出现链接器问题。
在您的构建设置中,确保将“允许框架模块中的非模块化包含”的值设置为“是”。该设置可以在“Apple LLVM 7.0 - 语言 - 模块”下找到。