Skip to content
LYF edited this page Jun 30, 2020 · 1 revision

xcode-select -p // update xcode path xcrun simctl list runtimes xcrun simctl list devicetypes 创建模拟器:xcrun simctl create name deviceType runTime 安装应用:xcrun simctl install booted appPath 下载应用:把应用打成zip包,直接通过http下载 xcrun simctl terminate deviceId appbundleId

Clone this wiki locally