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

我在 eclipse 中 运行 ios 编写脚本时遇到了这个问题。 在 appium 日志中显示上述问题。 这是证书问题吗?但我已经将苹果证书安装到我的 xcode.

请帮助我,我在网上也没有找到太多关于此错误代码的信息。

你是在模拟器上执行还是在真实设备上执行,我遇到了同样的问题 请提供appium服务器日志?

现在您可以尝试以下选项

1- 在执行 appium 脚本之前在 xcode 中构建 webdriverAgent xcode 项目,并确保您能够从 xcode 启动他们的演示应用程序。 2- 更新 appium 服务器。

这就是我在没有看到服务器日志的情况下可以提出的建议。