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

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

    In my case I had to do one more thing additional to Sukhchais' answer. It seems that though the parse.framework appears in the 'link Binary with Libraries' list for the targets, they might not have linked properly for some reason. Just remove parse.framework from the list and add it again as mentioned. By that way I was able to resolve my issue.

提交回复
热议问题