-
Notifications
You must be signed in to change notification settings - Fork 147
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
Unable to run in debug mode on ios #70
Comments
I'm having it right now... investigating |
I am also facing the same while running on iOS. No issue on Android. |
Yes, solved this on our side: This happens when running the react native remote debugguer and react-threads at the same time. Disable remote debugger (Shake or CMD-D in simulator, disable remote debugging) Use reactotron for logging instead |
@crubier, Thanks for the response but I am not using remote debugger and still facing the issue. |
Then you're out of luck ! 🤷♀️ |
When running in debug mode on Xcode, I always get
"runtime is not ready for debugging. Make sure Packager server is running"
Running in release works fine.
Debug mode only works when I comment out all the code related to react-native-threads.
Has anyone else had this issue?
The text was updated successfully, but these errors were encountered: