Grace
Grace

Reputation: 377

Migrating from Parse to back{4}app, new parse SDK is throwing errors Parse/PFNullability.h' file not found

I have migrated from Parse to back{4}app. I have updated the parse SDK and have been deleting and retrying frameworks for the past two days to no avail. When I go to run the app Xcode returns two errors. 'Parse/PFNullability.h' file not found and 'failed to import bridging header'. The app works perfectly before I add the new Parse SDK and new code for parse client configuration. But as soon as I update the Parse SDK it returns the errors. I have deleted paths, frameworks a number of times. Updated Xcode to the latest version. I have read all the relevant posts and none of the answers have worked for me. Any help would be greatly appreciated. SDKs and Parse API are up to date.

Here's a screenshot of the errors.

Upvotes: 1

Views: 119

Answers (1)

Gabriel Lemos
Gabriel Lemos

Reputation: 75

First check the Facebook and Parse SDK versions, if you need you can update your Facebook parse version and update your Parse SDK version.

Upvotes: 1

Related Questions