'Framework not found' in Xcode

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

    I found that the file.framework was referencing a file outside my project. So I dragged the file into my frameworks folder under my project and then got rid of the earlier file.framework file and it worked.

提交回复
热议问题