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: pick selected simulator when defined instead of last booted #1709

Merged
merged 5 commits into from
Oct 4, 2022

Conversation

slavikdenis
Copy link
Contributor

@slavikdenis slavikdenis commented Oct 4, 2022

Summary:

Pick selected simulator when defined instead of last booted.

Fixes #1707

Test Plan:

Running react-native run-ios --simulator='iPhone 13' runs on iPhone 13 instead of the iPhone 12 Pro (last booted). (devices might differ based on the tester's env).

Copy link
Collaborator

@adamTrz adamTrz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @slavikdenis !

@adamTrz adamTrz merged commit e89f296 into react-native-community:main Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--simulator with name not working as expected after updating to 0.70.1
2 participants