patrol icon indicating copy to clipboard operation
patrol copied to clipboard

[Minor] App with flavors on iOS simulator gives warning when using develop command.

Open maherelamary opened this issue 1 year ago • 2 comments

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

maherelamary avatar Dec 23 '24 10:12 maherelamary

same issue

WingCH avatar Jan 25 '25 15:01 WingCH

same issue

birimkulov951 avatar Mar 11 '25 06:03 birimkulov951