-
Notifications
You must be signed in to change notification settings - Fork 24.6k
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
ios app crashing when attaching to debugger #49903
Comments
Warning Could not parse version: We could not find or parse the version number of React Native in your issue report. Please use the template, and report your version including major, minor, and patch numbers - e.g. 0.76.2. |
Warning Could not parse version: We could not find or parse the version number of React Native in your issue report. Please use the template, and report your version including major, minor, and patch numbers - e.g. 0.76.2. |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
Hey @Shahrukh0396 , It wil be great if you can share a reproducer for this issue. You can use this template Reproducer Template |
@Shahrukh0396 Can you also add a stacktrace with the crash? |
WebSocket connection to 'ws://localhost:8081/debugger-proxy?role=debugger&name=Chrome' failed this is the only stack trace i have recorded when opening devTools on ios physical device. |
Description
i have recently migrated to 0.78 and everything works fine except i can't view any logs on the terminal whenever i try to open the dev tools, the app is crashing some observations are that user_script_sandboxing is enabled in this version but in my migrated project it is disabled and enabling it will return an error that shows that some of the scripts are not working in build phases
Steps to reproduce
migrate from 0.74 to 0.78 and run the ios app
React Native Version
0.78.0
Output of
npx @react-native-community/cli info
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: