How to change the default Xcode iphone simulator when testing in the terminal?
# 查看可以使用的模拟器
xcrun simctl list devices
# 使用 --simulator 参数
react-native run-ios --simulator="iPhone X"
# 查看可以使用的模拟器
xcrun simctl list devices
# 使用 --simulator 参数
react-native run-ios --simulator="iPhone X"