external framework File/File.h (Parse/Parse.h) file not found

前端 未结 10 553
野趣味
野趣味 2020-12-08 23:09

So every time I update my app, Xcode claims not to be able to find a particular external framework even though it\'s there. It\'s happened again with Xcode 6 and my usual m

10条回答
  •  自闭症患者
    2020-12-08 23:21

    All I had to do was remove Parse.framework from this list by highlighting and pressing delete.

    enter image description here

    Then I went down to the plus sign at the bottom of that list and had to select Add Other and manually locate the downloaded .framework file.

    enter image description here

提交回复
热议问题