I am trying to add the Facebook SDK to my iOS app. I am following the directions from here: https://developers.facebook.com/docs/ios/getting-started/
I am at the step where you put:
#import <FBSDKCoreKit/FBSDKCoreKit.h>
My problem is that I am getting an error message that says 'FBSDKCoreKit/FBSDKCoreKit.h' file not found
As you see the framework is clearly in the project:
I followed the directions correctly when setting up my information in the .plist, does anyone know why this is happening?