Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
maherelamary opened this issue Dec 23, 2024 · 1 comment
Labels
bug Something isn't working package: patrol_cli Related to the patrol_cli package

Comments

@maherelamary
Copy link

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
@Kendru98 Kendru98 added bug Something isn't working package: patrol_cli Related to the patrol_cli package labels Jan 9, 2025
@WingCH
Copy link

WingCH commented Jan 25, 2025

same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working package: patrol_cli Related to the patrol_cli package
Projects
None yet
Development

No branches or pull requests

3 participants