Skip to content

"Initialize default-app-flavor (#169581)" fails flavors_test_macos #169598

@matanlurey

Description

@matanlurey

... and flavors_test_ios, which caused it to be reverted:

As far as I can tell, it's the last step of the integration test which fails.

I can reproduce locally by doing the following:

  1. Build (debug) dev/integration_tests/flavors for macOS
  2. Edit flavors/macos/Flutter/ephemeral/Flutter-Generated.xcconfig:
- FLAVOR=paid
+ FLAVOR=free
  1. Run the following:
flutter-dev drive lib/main.dart --flavor=paid -d macos --use-application-binary="build/macos/Debug-paid/Debug Paid.app

Before #169298, this would pass (the flavor would be paid), but after the flavor is free (incorrect).

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work lista: tests"flutter test", flutter_test, or one of our teststeam-toolOwned by Flutter Tool team

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions