It says: "File FacebookSDK / FacebookSDK.h not found"
However, I can go to the definition in #import, and it returns me to the file.
And as soon as I added #import, now he knows what FBFriendPickerDelegate is, and now he does not have an error in this line.
I have facebookSDK.framework in my project and in the right folder. He has SDK 3.1. I tried adding search paths to / FacebookSDK and / FacebookSDK.framework and / FacebookSDK / Versions / A / Headers, etc. I also tried #import "FacebookSDK.framework / Versions / A / Headers / FacebookSDK.h" and it still says that it canβt find it. I also tried cleaning and restarting. I have the latest version of Xcode.
// // FacebookView.h // #import <UIKit/UIKit.h>
header-files xcode facebook-ios-sdk
Curtis Oct 11 2018-12-12T00: 00Z
source share