-
Notifications
You must be signed in to change notification settings - Fork 585
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
App doesn't start after Realm installation, error: com.facebook.react.JavaScript (12): EXC_BAD_ACCESS IOS #3888
Comments
@ThunbergOlle Thanks for reporting. We will look into this, but I want to clarify a few things.
|
@takameyer takeme the same bug, my package.json "dependencies": { |
@takameyer takeme I already know the reason because enabling Hermes on IOS, Android. |
@nguyenthanhtruongntt85 We are working on Hermes support - see #3792. You will have to use JavaScriptCore, and you might have to downgrade Reanimated and other dependencies. |
Okay! The issue was related to Hermes as @kneth pointed out. |
Expected Results
Being able to render and start my app while Realm is installed
Actual Results
Error when running on device:
com.facebook.react.JavaScript (12): EXC_BAD_ACCESS (code=2, address=0x100f0ea4c)
It also highlights this part of
RealmReact.mm
Code Sample
I have not written any Realm Code yet.
Version of Realm and Tooling
The text was updated successfully, but these errors were encountered: