Project error with FBSDKCoreKit
Try deleting your DerivedData Folder. Solved it for me.
For me the solution was to add AND embed the framework under project -> General -> Frameworks, Libraries, and Embedded Content:
In your Xcode ,go the General
tab of your Main Project.. there you will find an Embedded Binaries
field and add the required framework there . Crash will be resolved.