Reputation: 49
We're developing a game with Unity 2019.4.28f1 (XCode 12.4). I've upgraded Facebook to the latest sdk (11.0.0). Trying to build iOS, XCode gives me a strange error:
"Swift Compiler error -- Header 'FBSDKCoreKit-Swift.h' not found
Here's a screen.
Have you ever seen this before? I have tried to search about it but this module is not mentioned anywhere.
Thanks for help.
Upvotes: 1
Views: 1387
Reputation: 75
search in FBSDKLoginKit.framework
, can you find the header file FBSDKLoginKit-Swift.h
?
Upvotes: 0