Published
- 1 min read
react native run ios on specific simulator
The solution for this is noted below
react native run ios on specific simulator
Solution
npx react-native run-ios --simulator="iPhone SE (1st generation)"
# list devices
xcrun simctl list devices
Try other methods by searching on the site. That is if this doesn’t work