FBSDKCoreKit/FBSDKCoreKit.h not found error

后端 未结 27 1908
伪装坚强ぢ
伪装坚强ぢ 2020-12-04 11:07

I am implementing FB Login so i Downloaded the SDK from https://developers.facebook.com/docs/ios. then i drag n down FBSDKCoreKit, FBSDKLoginKit a

27条回答
  •  眼角桃花
    2020-12-04 11:40

    I had this problem when upgrading to Xcode 8 and was able to solve it by changing

    #import

    to

    #import

提交回复
热议问题