I am trying to add the Facebook SDK to my iOS 8 Objective-C app in Xcode. I did the install according to the FB-dev instructions. However, I get a "Could not build module 'FBSDKCoreKit'" error when I add the header to my AppDelegate.m file.
#import "AppDelegate.h"
#import <FBSDKCoreKit/FBSDKCoreKit.h>
Based on what I read elsewhere
- I have already cleaned the build and re-installed Xcode.
- I also re-installed the Facebook SDK installer and tried to add it to a blank project (in case there was something corrupt with my app).
- I have double checked the plist and the framework files FB lists in the instructions, but nothing has seemed missing.
I'm stumped.
See Question&Answers more detail:os