Facebook Framework is already added in project but still shows errors like “No such module FBSDKCoreKit” [duplicate]

陌路散爱 提交于 2019-12-11 18:10:00

问题


I am integrating FB SDK in my swift project and i follow this link and also this link i followed. I also import FBSDKCoreKit in appDelegate.swift file but i am always getting the error like

"No Such Module FBSDKCoreKit"

I found some solution and even i tried most of these answers also i tried these answers and also followed this link, even i added bridging-header file to project and import FBSDK to that file but still i am getting errors every time and i am stuck here from last 3 days.

If you have any solutions except this given link please help me as i am new to Swift

Thanks in advance.


回答1:


open your project

Remove FBSDKCoreKit module into linked frameworks and libraries and add again it and clean and build your app your error will be gone.

happy coding.



来源:https://stackoverflow.com/questions/40130238/facebook-framework-is-already-added-in-project-but-still-shows-errors-like-no-s

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!