Encountered internal error running command: Error: Unable to launch WebDriverAgent because of xcodebuild failure: "xcodebuild failed with code 70"

Encountered internal error running command: Error: Unable to launch WebDriverAgent because of xcodebuild failure: "xcodebuild failed with code 70"

我正在尝试在 iPhone 5S 真实设备上使用 Appium 启动 iOS 应用程序。 这是我的设置

Appium version : Version 1.10.0 (1.10.0.20181230.2)

Xcode : Version10.1 beta 2

Mac : 10.14.2

iPhone : 5S

iOS Version: 12.2

Appium 中使用的所需功能:

{
  "app": "/Users/shalika/Desktop/testapp.ipa",
  "deviceName": "YSS (12.1.3)",
  "udid": "2d5e0eb5faedbe17d590e2f72d3888b67a997e03",
  "automationName": "XCUITest",
  "platformName": "iOS"
}

当我启动 appium 会话到 运行 我真实设备上的应用程序时,appium 日志显示以下错误。

错误:由于 xcodebuild 失败,无法启动 WebDriverAgent:"xcodebuild failed with code 70"。请务必按照 https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md 上的教程进行操作。尝试从设备中删除 WebDriverAgentRunner 应用程序(如果已安装)并重新启动设备。

有解决问题的办法吗?

Appium 1.10.0 不包括对 Xcode 10.2 的支持,这是为 iOS 12.2 构建 WebDriverAgent 所必需的。

Upgrade to the latest Appium version 你的问题应该会消失。