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

fix(ios): prioritize simulators over devices #2364

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

szymonrybczak
Copy link
Collaborator

@szymonrybczak szymonrybczak commented Apr 23, 2024

Summary:

In run-ios command we prioritize simulators over devices:

const booted = [...bootedSimulators, ...bootedDevices];

but we're launching app first on a device then on a simulator, in this PR I switched the order of launching app to align with logging and previous assumptions.

Test Plan:

Checklist

  • Documentation is up to date to reflect these changes.
  • Follows commit message convention described in CONTRIBUTING.md

@szymonrybczak
Copy link
Collaborator Author

For some reason Windows Job is failing - all passes locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant