[Minor] App with flavors on iOS simulator gives warning when using develop command.
Steps to reproduce
run patrol develop -t integration_test/add_item_to_cart_test.dart --flavor dev
Actual results
running this command works fine.
patrol test -t integration_test/add_item_to_cart_test.dart --flavor dev
No device specified, using the first one (iPhone 15 Pro) • Building app with entrypoint test_bundle.dart for iOS simulator (debug)... Building com.mebeidcreations.weyanapp for simulator (ios)... ✓ Completed building app with entrypoint test_bundle.dart for iOS simulator (96.7s) • Running app with entrypoint test_bundle.dart for iOS simulator on simulator iPhone 15 Pro... 🧪 Add product item to cart
while running this below cause a warning shown in bold.
patrol develop -t integration_test/add_item_to_cart_test.dart --flavor dev
No device specified, using the first one (iPhone 15 Pro Max) • Building app with entrypoint test_bundle.dart for iOS simulator (debug)... Building com.mebeidcreations.weyanapp for simulator (ios)... ✓ Completed building app with entrypoint test_bundle.dart for iOS simulator (104.7s) • Running app with entrypoint test_bundle.dart for iOS simulator on simulator iPhone 15 Pro Max...
**The Xcode project defines schemes: dev, prod
You must specify a --flavor option to select one of the available schemes.**
🧪 Add product item to cart
Logs
Logs
<!-- Replace this line with your logs. Do not remove the backticks! -->
Patrol version
patrol: ^3.13.1
Patrol Doctor output
Patrol Doctor output
Runs fine
Flutter Doctor output
Flutter Doctor output
Runs fine
same issue
same issue