Parse-sdk-ios-osx: error: Bolts/BFTask.h file not found

Created on 7 Sep 2016  路  5Comments  路  Source: parse-community/Parse-SDK-iOS-OSX

I've been running a Parse Server app with no problem for awhile. However, after I updated Cocoapods, I am getting the error message: "Bolts/BFTask.h file not found" and this message is being triggered on the #import line in the PFAnalytics.h file. Because of this error, Xcode can't build Parse module and my project won't build. Has anyone seen on issue like this? Any pointers would be greatly appreciated.

Most helpful comment

Failing the above, delete your entire derived data folder under

Library > Developer > Xcode > DerivedData > YourProjectName

This worked for me.

All 5 comments

Perform "Clean Build Folder"

Failing the above, delete your entire derived data folder under

Library > Developer > Xcode > DerivedData > YourProjectName

This worked for me.

none of them work for me

none of them work for me also

@arunprasathsivasamy what version of the SDK are you using? we're using in production the latest version and are not impacted by this issue.

Was this page helpful?
0 / 5 - 0 ratings