-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
React Native 0.47.2 timeout issues #267
Comments
React Native changed implementation to the C++ bridge in 0.45, and synchronization broke. We fixed that in 5.6.1. So using a modern (0.45.0+) RN with an old build is not supported. I will close this issue as it cannot be meaningfully debugged. Instead, we should focus on fixing #155. |
Hm, I'm actually mistaken. The improvement was done in 5.2.0. |
I guess the app is terminated like what i have ran into and refers to #279 as well |
@Kureev If you enable synchronization debug, what do you see? |
@LeoNatan sure thing, I can take care if you elaborate what "synchronization debug" means :) |
I think this is related to issue #270 so I will close for the time being. |
Description
We spiked detox a couple of months ago on:
Everything worked as expected.
We have now upgraded to React Native 0.47.2, but detox doesn't seem to be working. We have followed the getting started guide multiple times with different versions of detox with both mocha and jest:
5.6.0+ hangs on the white screen - this is a known issue
< 5.5.1 throws a timeout error - The app launches on the simulator as expected, but then hangs until the tests time out in both
Release
andDebug
mode:When running
tail -F Library/Developer/CoreSimulator/Devices/B6BEA117-5538-4EF0-8BB9-33B53FB4CD9D/data/tmp/detox.last_launch_app_log.err
the log shows:Steps to Reproduce
Node, Device, Xcode and macOS Versions
Any help would be greatly appreciated. We have spent days trying to debug this, but keep going round in circles.
The text was updated successfully, but these errors were encountered: