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
- Create new app with
very_good create flutter_app my_app.
- Observe that RunnerTests is missing inside ios folder.
- Also if running the project this error appears
[!] Unable to find a target named RunnerTests in project Runner.xcodeproj, did find Runner
Expected Behavior
RunnerTests should be on ios folder, same than running flutter create
