iOS Crash: EXC_BAD_ACCESS
How frequently does the bug occur?
Always
Description
Pod version: Realm (20.0.0) RealmJS (12.13.1) RealmSwift (20.0.0)
Stacktrace & log output
No response
Can you reproduce the bug?
-- select --
Reproduction Steps
No response
Version
RealmJS (12.13.1)
What services are you using?
Local Database only
Are you using encryption?
Yes
Platform OS and version(s)
iOS-17.2
Build environment
"react": "18.2.0", "react-native": "0.72.10"
Cocoapods version
1.15.2
➤ PM Bot commented:
Jira ticket: RJS-2910
I have also this kind of error and crash. This happens mostly when I have a writing transaction from the backend endpoint (write operation) and in parallel my index.js file of the app has the hook where I try to check some entities in realm (query operations)
"react-native": "^0.74.5",
"realm": "12.13.2",
Facing another issue after updating React-Native
Seems like it has some issue with transaction.
RealmJS (12.14.0)
Realm (20.0.0)
RealmSwift (20.0.0)
React-native (0.74.10)
I saw that the Jira ticket is closed as WON'T fix. Have you guys have some updates about this crash?