I am trying to add the Facebook SDK to the iOS 9.0 Swift app in Xcode. I did the installation according to the instructions of FB-dev. However, when I add a header to my AppDelegate.m application file, FBSDKCoreKit, I continue to receive a message with the message "There is no such module" FBSDKCoreKit "."
Based on what I read elsewhere
- I already cleaned the build and reinstalled Xcode and updated my OS X
- I double-checked plist and FB files of frame files in the instructions, but nothing went missing.
- I set "Allow non-modular inclusion in Framework modules" set to YES in the build settings.
Nothing seems to work. I donβt know where to go from here, and have done a lot of research trying to find a solution.
source share