I am try to integrate facebook in my app using Swift. I have download the Facebook SDK in my app. the fecebook SDK is in Objective-C. And for that to connect Objective-C files in Swift I am creating an Bridging-Header.h file and import the FBSDKCoreKit/FBSDKCoreKit.h and FBSDKLoginKit/FBSDKLoginKit.h file .
But, could not connect to it when open it I get an error message as follows:
I was set the following in Build Settings:
- Objective-C bridging Header.
- Framework search paths
But I didn't connect to it.
If anyone has any clues, that would be great.