-
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.34+ not supported - testee not connected, cannot fw action #43
Comments
I assume it's related internally to #44 (the entire Apple ecosystem updated and we're still stuck on the previous versions). Can you confirm your setup? (Xcode ver, MacOS ver) |
El Capitan ( 10.11.6 ) and XCode 7.3.1 |
On a second look, your server log looks good. this is what supposed to happen. The tester connected to the server first and is waiting for the testee. Then the testee connects and says he's ready. Then the tester asks him to reload their RN app and the testee doesn't respond. What version of React Native are you using? |
I was testing on React Native 0.34.1. Seem to work on 0.27.2, 0.28.0 0.32.1, 0.33.1 but not on 0.34.1 and 0.35.0. So the most current supported version is 0.33.1 ? |
Wow, awesome work! |
Now supported. |
I'm still having this this issue #20 with detox 3.2.0. ( Also tried on 3.1.0 )
Simulators starts app but test isn't executed. I tried on iphone 6s, 6, 5s simulator as well and it was the same.
The text was updated successfully, but these errors were encountered: