美文网首页
2020-05-09

2020-05-09

作者: C_G__ | 来源:发表于2020-05-09 14:16 被阅读0次
// 模拟器运行
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