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.
起初,我尝试编译我的应用程序,它成功了,但是当它使用 Facebook 方法时它崩溃了。然后,我删除了框架并重新安装了它们,但现在它没有编译。错误:
没有这样的模块'FBSDKCoreKit'
是因为 Swift 3 语法吗?我该怎么做才能修复它?当它编译时,它只是在第一次使用这些方法时崩溃......
执行以下操作,您可以从“Pods”导入任何 swift 文件
这将解决您的import module问题。
import module