-
Notifications
You must be signed in to change notification settings - Fork 200
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: very_good create flutter_app doesn't create RunnerTests on iOS #766
fix: very_good create flutter_app doesn't create RunnerTests on iOS #766
Comments
same for me |
I have the same problem |
Tracking fix on VeryGoodOpenSource/very_good_core#285 |
This should be fixed in the new CLI version |
@renancaraujo I tried the latest version by just adding firebase_core and the error still shows up. 😥 |
I have the same problem |
I have the same error with a freshly created project (latest CLI version). |
Thank you for your patience @yuruyuri16 and @ItsAlexousd. This hasn't been released within Very Good CLI yet, but it has been released on Brickhub. If you would like to generate using the Brickhub release you can follow the instructions in the Brickhub website. We aim to be releasing Very Good CLI v0.19.0 soon, which will include the fix. You can track the release in the Releases section. |
As a heads up, Very Good CLI v0.19.0 has now been released. Generating a flutter_app should run successfully in iOS again 🙌 💙 (cc: @yuruyuri16 , @ItsAlexousd ) |
Description
It seems that new versions of Flutter require an iOS profile called RunnerTests. Not sure what is the implication of this new profile but it is being called on Podfile
Steps To Reproduce
very_good create flutter_app my_app
.Expected Behavior
RunnerTests should be on ios folder, same than running flutter create
The text was updated successfully, but these errors were encountered: