'Framework not found' in Xcode

前端 未结 20 2197
不知归路
不知归路 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:29

    1. Delete the framework link from the Xcode project setting.
    2. Move the framework to the Project Folder.
    3. Re-add the framework in the Xcode project setting.
    4. clean the project and re-compile it.

提交回复
热议问题