如何选择启用模拟器型号
2018-08-16 本文已影响6人
JamesSawyer
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"