-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ThreadSafeReference & readonly-configuration crashes #5475
Comments
Thank you for reporting. We will fix it soon. |
I created a PR for this issue in core: realm/realm-core#4517 |
The PR mentioned above is now on hold since we need to do some re-works first to the read-only realms: realm/realm-core#4528 |
TL;DR Fixed in Core and will be released soon. Update: |
This is fixed in 10.7.6. |
when I configure my realm as
readonly
, the app crashes whenever I try to create aThreadSafeReference(to: ...)
instance. The breakpoint stays here:Without
readonly:true
it works. But as I'm using a realm from the bundle I needreadonly
.RealmSwift 3.0.2, iOS 11
The text was updated successfully, but these errors were encountered: