com.facebook.react.JavaScript (17): EXC_BAD_ACCESS (code=1, address=0xda9bf7c08)
See original GitHub issueEnvironment:
OS: macOS Sierra 10.12.6
Xcode: Xcode 9.2 Build version 9C40b
Node: 6.11.1
npm: 3.10.10
Watchman: 4.9.0
react-native-cli: 2.0.1
Description:
When I run my code the app gets crashes in this line context = [JSC_JSContext(contextRef) contextWithJSGlobalContextRef:contextRef]
which is from /Users/mac1/Documents/test/project/node_modules/react-native/React/Executors/RCTJSCExecutor.mm. Can anyone help me with this issue
Crashlytics Log:
Issue Analytics
- State:
- Created 5 years ago
- Reactions:7
- Comments:11 (1 by maintainers)
Top Results From Across the Web
com.facebook.react.JavaScript (17): EXC_BAD_ACCESS ...
Description: When I run my code the app gets crashes in this line context = [JSC_JSContext(contextRef) contextWithJSGlobalContextRef:contextRef] ...
Read more >React – A JavaScript library for building user interfaces
Design simple views for each state in your application, and React will efficiently update and render just the right components when your data...
Read more >React JavaScript Tutorial in Visual Studio Code
React JavaScript tutorial showing IntelliSense, debugging, and code navigation support in the Visual Studio Code editor.
Read more >React (JavaScript library) - Wikipedia
It is maintained by Meta (formerly Facebook) and a community of individual developers and companies. React can be used as a base in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Guys i’m still have this issue, RN 60.5
Sure. In my case, it was due the Podfile and manual dependencies. Make sure your dependencies are added once because if you have X module to add in Podfile and the same X dependency in Project build phases maybe throws that error.
Example: Note my Podfile and build phases

Some dependencies were already added manually but i didn’t know (I didn’t understand a lot of this because i’m new with Pods :v)