-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
r: solvedIssue is closed as solvedIssue is closed as solved
Description
Duplicate of #64856.
Flutter version is 2.10.0.
Project is configured with flavors for iOS, and build or run succeed, but install does not.
Reproduce is as follows:
> git clone https://github.com/flutter/flutter
> cd flutter/dev/integration_tests/flavors
Replace contents of pubspec.yaml with the following:
name: flavors
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_driver:
sdk: flutterContinue with the following:
> flutter build ios --flavor free
> flutter install -d 'iphone 14'
The Xcode project defines schemes: free, paid
You must specify a --flavor option to select one of the available schemes.
EDIT: links to repos mentioned in this comment and next one added for convenience:
Metadata
Metadata
Assignees
Labels
r: solvedIssue is closed as solvedIssue is closed as solved