Replies: 1 comment 5 replies
-
This appears to be related to #8419 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, we have a custom wrapper around Realm, for us to be able to manage entities and everything related with our database.
Seems like version 10.40.2 introduced
Actor.preconditionIsolated()
for runtime actor checking which causes the following error:RealmSwift/Realm.swift:1468: Precondition failed: Incorrect actor executor assumption; Expected 'UnownedSerialExecutor(executor: (Opaque Value))' executor.
This is the wrapper I talked about.
Here are my fails to migrate it.
ThreadSafeReference(to: entity)
andrealm.resolve()
I really want to understand how can I migrate this wrapper to be able to keep track of all Realm updates
Beta Was this translation helpful? Give feedback.
All reactions