Skip to content

flutter install demands unsupported --flavor option #99607

@mleonhard

Description

@mleonhard

Steps to Reproduce

See steps in #98151 .

Here are my steps:

$ flutter build ios -t lib/main_staging.dart --flavor=staging --release
...

$ flutter install --device-id=nnn
The Xcode project defines schemes: local, prod, staging
You must specify a --flavor option to select one of the available schemes.

$ flutter install --device-id=nnn --flavor=staging
Could not find an option named "flavor".
Run 'flutter -h' (or 'flutter <command> -h') for available flutter commands and options.

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work listfound in release: 2.10Found to occur in 2.10found in release: 2.11Found to occur in 2.11has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-iosiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versiontoolAffects the "flutter" command-line tool. See also t: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions