webdriveragentrunner iphoneos12.2-arm64.xctestrun不存在

时间:2019-05-28 12:28:18

标签: ios xcode appium

我想使用appium自动化ios应用程序。 问题是,当我使用appium inspector首次打开安装的应用程序时出现此错误: xcodebuild失败:“ xcodebuild失败,代码为65”

xcodebuild-failed

我遵循了我在网上找到的其他解决方案(例如在webdriveragent项目中启用自动管理签名,代码签名身份...),但是仍然出现此错误。 似乎此路径在我的计算机中不存在。 有解决此问题的方法吗?

谢谢

2 个答案:

答案 0 :(得分:1)

您需要逐步阅读Appium XCUITest Driver Real Device Setup文档的Real device security settings文章和appium-xcuitest-driver一章。

很可能您错了XCode configuration with regards to signing mobile application packages

最简单的选择是考虑使用Appium Studio,它具有一个简单的向导,只需单击几下即可使用creation of iOS provisioning profile

答案 1 :(得分:0)

就我而言,我不得不使用 Full manual configuration 中的一个命令

我所做的步骤:

  1. 安装 appium: npm install -g appium
  2. 从 xcode 成功构建 webDriverAgentRunner。
  3. cd /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent

xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination 'id=' 测试

不要杀死控制台

  1. Open appium desktop and try to connect