【发布时间】:2020-08-01 09:05:12
【问题描述】:
Xcode 构建成功,但是它没有通过终端在模拟器上下载应用程序。
我在 mac 终端中使用以下命令来构建我的代码,但是,构建成功但应用程序没有像使用 xcode 应用程序那样下载到我的 ios 模拟器
xcrun xcodebuild -workspace MyApp.xcworkspace -scheme "Test App" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 11,OS=13.2'
我怎样才能成功地从 Github 中提取我的代码,然后用几行代码成功地部署在 ios 模拟器上?
【问题讨论】:
-
这个链接应该可以帮助你 - anexinet.com/blog/install-app-ios-simulator
标签: xcode continuous-integration appium ios-simulator