VeryGoodOpenSource / very_good_cli

A Very Good Command-Line Interface for Dart created by Very Good Ventures 🦄

Home Page:http://cli.vgv.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create flutter_app doesn't create RunnerTests on iOS bug

miguelangelflores1993 opened this issue · comments

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

  1. Create new app with very_good create flutter_app my_app.
  2. Observe that RunnerTests is missing inside ios folder.
  3. Also if running the project this error appears1.

[!] Unable to find a target named RunnerTests in project Runner.xcodeproj, did find Runner

Screenshots
image

Tracking on #766