0

Every time I run react-native run-ios my project starts by default on iPhone 11.

How can I load my app on a different simulator model?

asked Apr 17, 2022 at 9:39
1

1 Answer 1

1

You can add --simulator flag to change your device model. For example:

react-native run-ios --simulator="iPhone 13"

Run xcrun simctl list devices to get a list of available devices

answered Apr 17, 2022 at 9:40
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.