react-native-threads icon indicating copy to clipboard operation
react-native-threads copied to clipboard

Unable to run in debug mode on ios

Open ingviso opened this issue 5 years ago • 5 comments

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?

ingviso avatar May 16 '19 11:05 ingviso

I'm having it right now... investigating

crubier avatar Jul 12 '19 19:07 crubier

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

maheshp27 avatar Jul 23 '19 08:07 maheshp27

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)

https://github.com/joltup/react-native-threads/issues/3

Use reactotron for logging instead

crubier avatar Jul 23 '19 09:07 crubier

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

maheshp27 avatar Jul 23 '19 10:07 maheshp27

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

crubier avatar Jul 24 '19 14:07 crubier