Parse/Parse.h file not found when Xcode Quits

前端 未结 4 1589
悲哀的现实
悲哀的现实 2021-01-22 05:06

I added the Parse SDK in my project and everything was well. However when I quit Xcode and opened the project I got these errors:

Parse/Parse.h file not found
         


        
4条回答
  •  一生所求
    2021-01-22 05:46

    I have the same problem. Here is my solution.

    1. Drag Parse.framework to a folder in xcode (check copy)
    2. Change "Framework Search Path" in Build Settings to relative path. Ex: MyProject/Libraries
    3. Optional for more clean code: in xcode, drag Parse.framework to folder Frameworks

    After these steps, this problem goes away.

提交回复
热议问题