You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to Core: 11.11 & Swift 10.24.1 The problem persists.
And more info: This happens immediately after setting the realm configuration, the first time the realm is opened in the app. It does happen on a background thread but nothing has been done on any other threads yet so it's the realm is being opened only on that one thread.
Why isn't this being caught in the normal Realm error handling? It's frustrating because instead of being able to do something like restore the realm from a backup my app crashes no matter what. Is there a way to catch an error like this?
SDK and version
SDK : Cocoa (Swift)
Version: Core: 11.9.0 RealmSwift: 10.22.0
Observations
Crash log / stacktrace
Steps & Code to Reproduce
The only thing that the stack trace leads back to is a
try realm.write
instruction. It was on a background thread however if that makes a difference.The text was updated successfully, but these errors were encountered: