Facebook iOS8 SDK build module error for FBSDKCoreKit

后端 未结 16 1621
生来不讨喜
生来不讨喜 2020-11-30 21:33

I am trying to add the Facebook SDK to my iOS 8 Objective-C app in Xcode. I did the install according to the FB-dev instructions. However, I get a \"Could not build

16条回答
  •  Happy的楠姐
    2020-11-30 22:07

    I got the same problem, I was using the newest Facebook SDK (FacebookSDKs-iOS-20160316) on Xcode 6.4, it consistently gives me this error whenever I put the following code in my AppDelegate.m file: #import

    When I switched to Xcode 7.2, problem solved, the error is gone. Guess this maybe the version compatible issue

    If you are facing the same issue with me, you can have a try to use Xcode 7.2 to build it. Problem is Xcod 6.4 may never be able to used as long as you keep the Facebook sdk in your project.

    Hope this helps!

提交回复
热议问题