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

packager restarts while running an app in debug mode on iOS

Open maheshp27 opened this issue 6 years ago • 4 comments

I am getting below issue while running an app on iOS simulator. Initially it loads the default packager with default bundle and start the app simulator.but when navigating to the component where "this.workerThread = new Thread('workerThread.js')" used, app start searching for the new bundle file (http://localhost:8081/workerThread.bundle?platform=ios&dev=true&minify=false).

I can see below error on Xcode console window. "Failed to load bundle(http://localhost:8081/workerThread.bundle?platform=ios&dev=true&minify=false) with error:(Could not connect to development server."

I m using RN 0.59.5 version.

image

image

maheshp27 avatar Jul 24 '19 09:07 maheshp27

I am facing the same issue, is there any insights on the same?

kalwaniyash avatar Aug 14 '19 12:08 kalwaniyash

How did you solve this issue?

mjm918 avatar Nov 12 '19 10:11 mjm918

anybody resolved this? same issue with RN 60.5

micchyboy237 avatar Feb 16 '20 14:02 micchyboy237

Running into the same issue. Did anyone find a fix?

AireshBhat avatar Oct 20 '20 08:10 AireshBhat