Skip to content
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

Open
ingviso opened this issue May 16, 2019 · 5 comments
Open

Unable to run in debug mode on ios #70

ingviso opened this issue May 16, 2019 · 5 comments

Comments

@ingviso
Copy link

ingviso commented May 16, 2019

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?

@crubier
Copy link

crubier commented Jul 12, 2019

I'm having it right now... investigating

@maheshp27
Copy link

I am also facing the same while running on iOS. No issue on Android.
Please help if any one has resolved this?

@crubier
Copy link

crubier commented Jul 23, 2019

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)

#3

Use reactotron for logging instead

@maheshp27
Copy link

@crubier, Thanks for the response but I am not using remote debugger and still facing the issue.

@crubier
Copy link

crubier commented Jul 24, 2019

Then you're out of luck ! 🤷‍♀️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants