FBSDKCoreKit/FBSDKCoreKit.h not found error

后端 未结 27 2018
伪装坚强ぢ
伪装坚强ぢ 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:48

    FB developers say don't select copy files. Which creates problem. But I did opposite.

    1. I selected copy items if needed. It copied Frameworks in my project. Also automatically Search Path was added by xcode 7.2.

    2. Also double check if there is nothing in Framework Search Pathsunder Search Paths under Build Settings fields, then just add $(PROJECT_DIR) which is equal to /Users/user/Documents/....PROJECT..DIR...

    Compiled in 2 projects successfully.

提交回复
热议问题