Skip to content
Discussion options

You must be logged in to vote

@raenk

Alright, took a second look at the errors and seems like the main culprit here is actually this error:

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

The error is caused by the fact that you are building using newer versions of Flutter, but the project itself was created using an older version. Flutter has changed their ios folder setup, which is why the older projects run into this error with ios when using newer versions of Flutter.

There are three methods in how to fix it:

  1. On your local machine, using the latest stable flutter for example, delete iosfolder, then run flutter create .. This does not create a Podfile on Windows/Linux machi…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@raenk
Comment options

@kulakarla
Comment options

@raenk
Comment options

@kulakarla
Comment options

Answer selected by kulakarla
@raenk
Comment options

@kulakarla
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants