Facebook iOS8 SDK build module error for FBSDKCoreKit

后端 未结 16 1609
生来不讨喜
生来不讨喜 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条回答
  •  南方客
    南方客 (楼主)
    2020-11-30 21:55

    Same issue was with me. ... Non of the above solution works for me.. I set . modules, flags and other things also... but nothing help to it.

    But for me this issue is solved by

    MOVE your framework folder AFTER or WITHIN the folder where .pch file is located at.

    When my framework folder @ myapp/{frameworkFolder}/fbframeworks.
    It was showing issues.

    I move it to myapp/myapp/modal/{fbframework}/. Then this issue was solved. (my .pch file is located at myapp/myapp.)

    May be the same can help to anyone having same issue.

提交回复
热议问题