FBSDKCoreKit.framework/FBSDKCoreKit: no matching architecture in universal wrapper
问题 I'm trying to setup the core Facebook SDK into my project. My project is Swift based, yet the SDK is ObjectiveC. I copied both Bolts.framework and FBSDKCoreKit.Framework into my project. I setup a bridging file which works perfectly. Then I added the following to my AppDelegate.swift file: import FBSDKCoreKit func applicationDidBecomeActive(_ application: UIApplication) { FBSDKAppEvents.activateApp() } func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: