相关命令
启动app
crn-cli run-ios
安装指定版本的 app
crn run-ios --app-version 7.15
启动指定版本模拟器
crn run-ios --simulator 'iPhone X'
模拟器中手动删除的 app 重新启动不安装新 app
crn run-ios --reset
ivpn 使用 cli 启动服务需指定 ip
crn run-ios --ip 127.0.0.1
独立 APP 使用 cli 添加 appid 参数
crn run-ios --appid 37
填坑
打包运行失败
1 | 1. [ios模拟器] -> Hardware -> Erase All... |