-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
integration_test on iOS getting stuck on start #161
Comments
I think it is because the tool overrides FLUTTER_TARGET which is used for the tests |
Ok, the problem are the override of FLUTTER_TARGET in the xcconfig files. They break the integration_test as integration_test sets its own FLUTTER_TARGET which gets overridden. |
@Klabauterman did you used flavor?
|
Hi, if we remove the FLUTTER_TARGET the tests work as expected. |
When having an integration test with the integration_test framwork and starting it with a flavor created by this tool, the app gets started and the console says: "Xcode build done." But then nothing happens anymore.
On Android it works fine and the test runs.
It looks like many people were running into this problem: flutter/flutter#99246
But in the flutter repo there is a flavor example that works fine: https://github.com/flutter/flutter/tree/master/dev/integration_tests/flavors
So I am pretty sure there is something wrong with the config created by this tool.
The text was updated successfully, but these errors were encountered: