Parse/Parse.h file not found after update with Cocoapods

后端 未结 2 1923
梦谈多话
梦谈多话 2021-02-20 14:46

I tried everything I could imagine to fix this issue... Please help!

After updating to Xcode 6.4 and Parse SDK 1.7.5 I\'m getting build error:

"Parse/         


        
相关标签:
2条回答
  • 2021-02-20 15:00

    So the problem was in podspec file. Parse team updated it to 1.7.5.3 for Parse, ParseFacebookUtils, ParseCrashReporting and now everything works great.

    Now simply running pod update should fix the issue.

    Here's the original post on official developers group.

    0 讨论(0)
  • 2021-02-20 15:09

    I ran into this issue after updating XCode to 6.4 today. Taking a look at the Search Frameworks showed that they were empty after the XCode update. So change the Framework Search Paths in Project -> Build Settings -> Framework Search Paths and Add $(SRCROOT) (recursive) That fixed it for me.

    0 讨论(0)
提交回复
热议问题