In our react-native app, we are struggling to get past the isReady
Detox event after calling device.launchApp();
.
I know a lot of people have had similar problems.
Could anybody share a debugging strategy for this? Of course, the tests run fine locally. The result is the same for Android and iOS.
DetoxRuntimeError: The pending request #-1000 ("isReady") has been rejected due to the following error:
The app has crashed, see the details below:
Signal 6 was raised
(
0 Detox 0x000000010b920915 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 37
Many thanks.
Stephen