问题
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