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

前端 未结 10 561
野趣味
野趣味 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:35

    In my case, the error went away after I added the path to the directory where Parse.framework was to the Frameworks Search Paths Build Setting:

    Framework Search Paths

    My project didn't even have an entry for that setting, so you may need to create it as well.

提交回复
热议问题