I am trying to use the FB SDK with an iOS app, and have added the .framework files to my Frameworks group. I also have added /Users/$(USER)/Documents/FacebookSDK
to my search path.
I am getting an error when building: FBSDKCoreKit/FBSDKCoreKit.h file not found
This is accurate, because /Users/$(USER)/Documents/FacebookSDK/FBSDKCoreKit/FBSDKCoreKit.h
does not exist.
Instead, the file is at: /Users/$(USER)/Documents/FacebookSDK/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h
What am I supposed to do about this? (Or what am I doing wrong?)
I followed the instructions at https://developers.facebook.com/docs/ios/getting-started/