!!! MANDATORY TO FILL OUT !!!
Upgrade Realm pod to v5.0.0 in our iOS app that used RealmSwift v4.4.0 pod and worked without issues.
App to work seamlessly after upgrade without need to change it (backward compatibility).
We get the following error at startup right after the upgrade from RealmSwift 4.4.0 to 5.0.0:
* Terminating app due to uncaught exception 'RLMException', reason: 'Keychain returned unexpected status code: -25299'

the app has entitlements, but does not have the keychain sharing entitlement added. when keychain sharing entitlement added, the error still occured.
Realm framework version: 5.0.0
Realm Object Server version: v3.28.2
ProductName: Mac OS X
ProductVersion: 10.15.4
BuildVersion: 19E287
/Applications/Xcode.app/Contents/Developer
Xcode 11.5
Build version 11E608c
iOS 13.3.1
Dependency manager + version: ?
/usr/local/bin/pod
1.9.2
/bin/bash
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin19)
carthage not found
(not in use here)
/usr/bin/git
git version 2.24.3 (Apple Git-128)
I am seeing the same thing. The app crashes whenever trying to access the syncmanager.
This issue was reported here: https://github.com/realm/realm-cocoa/issues/6494
The issue was created 24 days ago and it has been 10 days since the last comment by the realm team. Any updates?
Any updates? #6494 is a beta issue and is not in the release notes, this is on GA.
We are actively debugging this issue.
@adrianchirita
I've reproduced this consistently today. We think that @tgoyne 's first thought here was correct.
I'll link the pull request as soon as it's ready.
Most helpful comment
We are actively debugging this issue.