当前位置:   article > 正文

【Appium踩坑】Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code

unable to launch webdriveragent because of xcodebuild failure: xcodebuild fa
解决

原因其实是没有启动 WebDriverAgentRunner,
解决就是启动 WebDriverAgentRunner 就行了。
在这里插入图片描述

详细报错
Failed to create session. 
An unknown server-side error occurred while processing the command. Original error: 
Unable to launch WebDriverAgent because of xcodebuild failure: 
xcodebuild failed with code 65 xcodebuild error message: 
. Make sure you follow the tutorial at https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md. 
Try to remove the WebDriverAgentRunner application from the device if it is installed and reboot the device.

2022-06-15 17:13:50:783 - [debug] [W3C] Encountered internal error running command: Error: Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65
2022-06-15 17:13:50:783 - [debug] [W3C] xcodebuild error message:
2022-06-15 17:13:50:784 - [debug] [W3C] . Make sure you follow the tutorial at https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md. Try to remove the WebDriverAgentRunner application from the device if it is installed and reboot the device.
2022-06-15 17:13:50:784 - [debug] [W3C]     at quitAndUninstall (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/driver.js:585:15)
2022-06-15 17:13:50:784 - [debug] [W3C]     at /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/driver.js:620:11
2022-06-15 17:13:50:784 - [debug] [W3C]     at wrapped (/usr/local/lib/node_modules/appium/node_modules/asyncbox/lib/asyncbox.js:60:13)
2022-06-15 17:13:50:784 - [debug] [W3C]     at retry (/usr/local/lib/node_modules/appium/node_modules/asyncbox/lib/asyncbox.js:43:13)
2022-06-15 17:13:50:784 - [debug] [W3C]     at retryInterval (/usr/local/lib/node_modules/appium/node_modules/asyncbox/lib/asyncbox.js:70:10)
2022-06-15 17:13:50:784 - [debug] [W3C]     at /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/driver.js:600:7
2022-06-15 17:13:50:798 - [HTTP] <-- POST /wd/hub/session 500 15595 ms - 1213
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/334002
推荐阅读
相关标签
  

闽ICP备14008679号