How to transition from the old Parse framework

I recommend checking to see if you are using the last commit from the PR. The updates are released in 4.12.0, so just use the latest release:

If 4.12.0 doesn’t work, maybe you weren’t logged on in the Objective-SDK on your testing device or you changed something that modified the Keychain. You can also try the sample app I linked in the previous comment to verify. The sample app uses both SDKs and migrating PFUser->ParseUser and PFInstallation->ParseInstallation works as expected as User.loginUsingObjCKeychain() is the only way the app is logging into the Swift SDK:

Screen shots below:

Before Migration and Logging into Objective-C SDK

After Logging into Objective-C SDK and Migrating