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
In Home Assistant App we access realm from the Widgets extension and since iOS 18 betas, when accessing Realm directly from the AppIntentProvider it is now crashing with 'Realm accessed from incorrect thread.' while if dispatched in main queue the issue does not happen.
BUT
If dispatched in the main queue then it crashes in iOS 17
How frequently does the bug occur?
-- select --
Description
In Home Assistant App we access realm from the Widgets extension and since iOS 18 betas, when accessing Realm directly from the AppIntentProvider it is now crashing with 'Realm accessed from incorrect thread.' while if dispatched in main queue the issue does not happen.
BUT
If dispatched in the main queue then it crashes in iOS 17
Home Assistant PR with the workaround used to prevent that:
home-assistant/iOS#2919
Stacktrace & log output
No response
Can you reproduce the bug?
Always
Reproduction Steps
No response
Version
10.35 (But also tested in 10.52.2)
What Atlas Services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
iOS 18 and 18.1 (Betas 6 and 2)
Build environment
Xcode version: 15.4
Dependency manager and version: Cocoapods, RealmSwift 10.35
The text was updated successfully, but these errors were encountered: