-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: can not start test driver with iOS simulator #198
Comments
The Are you able to reproduce this consistently? |
Yes, everytime I start a flow using fluttium test I encounter this problem. |
Can you try running it with |
@wolfenrain Here is the results: ✓ Setting up the test runner (38ms) ⠇ Launching the test runner... (19.0s)driver: Running pod install... |
Even I am facing the same problem. Is there any fix for it? |
I haven't gotten to the root cause of it but I suspect it is a racing condition. The next version of Fluttium (see #293) should allow the CLI to detect app starts more better and hopefully remedy this problem or provide more insights into it. |
Description
I can't start a test driver with my iOS simulator. Here are my logs:
I cannot find anything related to
fluttium_test_runner
in my project modules. How could I fix that?The text was updated successfully, but these errors were encountered: