RN启动设置

2019-10-04  本文已影响0人  Berning

iPhone7启动(下次启动会默认使用最后一次选择设备,直接启动 react-native run-ios 即可):
查看iOS可选设备:

 xcrun simctl list devices

设置启动模拟器

react-native run-ios --simulator "iPhone 7 Plus”

设置启动设备

react-native run-ios --simulator "iPhone 7 Plus”

ps:iPhone Xʀ
ʀ为拉丁文
xcrun simctl list devices列出,拷贝
输入大写的R会找不到模拟器。

上一篇 下一篇

猜你喜欢

热点阅读