// 模拟器运行
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
本文标题:2020-05-09
本文链接:https://www.haomeiwen.com/subject/yvohnhtx.html
网友评论