2020-05-09
2020-05-09 本文已影响0人
C_G__
// 模拟器运行
react-native run-ios --simulator "iPhone 11"
// 真机运行
react-native run-ios --device "Who's iPhone 11"
// ** 使用真机运行之前需要安装一个软件
npm i -g ios-deploy
// 查看当前可用的所有设备/模拟器列表
xcrun simctl list devices
// 模拟器运行
react-native run-ios --simulator "iPhone 11"
// 真机运行
react-native run-ios --device "Who's iPhone 11"
// ** 使用真机运行之前需要安装一个软件
npm i -g ios-deploy
// 查看当前可用的所有设备/模拟器列表
xcrun simctl list devices