'Framework not found' in Xcode

前端 未结 20 2157
不知归路
不知归路 2020-12-08 03:54

I know this has been asked a couple of times. I followed instructions from these ones:

Adding frameworks to project in Xcode 5 and having *relative* paths added

20条回答
  •  抹茶落季
    2020-12-08 04:21

    Delete the framework that is causing the issue (by removing the reference).

    Then add it again, following these steps for adding FBSDK frameworks and libraries:

    1. click project
    2. general settings
    3. linked framework and libraries
    4. click the plus button and add all that you want

提交回复
热议问题