真机跑case报错Unable to launch WebDriverAgent because of xcodebuild failure: “iproxy exited with code ‘234’”
描述
真机跑case报错Unable to launch WebDriverAgent because of xcodebuild failure: “iproxy exited with code ‘234’”,现象case跑起来后WDA被卸载,然后不能重新装上
原因
iproxy的版本太高(目前云测使用的appium是1.9.1和1.6.4。里面的用法都是iproxy local_port device_port udid,所以usbmuxd要装低版本)
通过iproxy -h查看iproxy使用,正确的方式如下,其他的就是版本不对了


解决方法(源码安装低版本)
git clone https://github.com/libimobiledevice/libusbmuxd
进入libusbmuxd目录执行git checkout 1.0.10
./autogen.sh
make
sudo make install
注意:
autogen.sh 如果报错 no package ‘libplist’ found
git clone https://github.com/libimobiledevice/libplist
git checkout 2.0.0
./autogen.sh
make
sudo make install

Unable to launch WebDriverAgent because of xcodebuild failure: “iproxy exited with code ‘234‘“相关推荐

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

    解决 原因其实是没有启动 WebDriverAgentRunner, 解决就是启动 WebDriverAgentRunner 就行了. 详细报错 Failed to create session. A ...

  2. ASA用ASDM管理时报unable to launch device manager xxx.xxx.xxx.xxx

    最近开始学习cisco的ASA看到用asdm尝试的时候出现了一些问题,首先就是报unable to launch device manager xxxx.xxx.xxx.xxx  这个错误 . 然后百 ...

  3. 联不上网 Unable to initialize Windows Sockets interface. General failure.

    电脑莫名联不上网 Unable to initialize Windows Sockets interface. General failure. Unable to initialize the W ...

  4. Yarn application has already ended! It might have been killed or unable to launch application master

    启动命令: spark-shell --master  yarn --driver-memory 4g --executor-memory 4g --num-executors 6 --executo ...

  5. spark报错: Yarn application has already ended! killed or unable to launch application master

    1.美图 1.背景 背景参考:Spark执行任务卡死:SparkException: Failed to connect to driver! unable to launch application ...

  6. Unable to launch the Java Virtual Machine Located at path

    如果出现:Unable to launch the Java Virtual Machine Located at path:C:/Program Files/sqldeveloper/jdk/jre ...

  7. CC3200 Debug时报错:Unable to launch CCS debug-session based on current selection.的解决方法

    错误:Unable to launch CCS debug-session based on current selection. 某文件路径/xxx.ccxml dose not exist in ...

  8. eclipse运行出现unable to launch 错误

    eclipse运行出现unable to launch 错误 新安装的eclipse运行一个简单的HelloWorld程序的时候出现如下错误: unable to launch:The selecti ...

  9. ERROR: Unable to launch the RTL Schematic process. The input NGR file, Can not fnd the module的解决方法

    我今天的verilog程序语法检测已通过,在综合时先后如下错误提示: 错误1: "ERROR: Unable to launch the RTL Schematic process. The ...

  10. Eureka服务启动定期报错:Batch update failure with HTTP status code 404; discarding XXX replication tasks

    Eureka服务启动定期报错:Batch update failure with HTTP status code 404; discarding XXX replication tasks 今天新建 ...

最新文章

  1. 大盘点 | 2020年21篇医学影像算法最佳综述
  2. MachineLN博客目录
  3. 腾讯正式进军电商:小鹅拼拼,出自微信
  4. one-to-many relationships in Grails forms
  5. Python实现文件md5校验
  6. JavaScript将焦点设置为HTML表单元素
  7. linux cuda 安装目录,Ubuntu16.04 CUDA和GPU的最简最全安装方案及常见问题解决方法,G...
  8. 【HAVENT原创】NodeJS 短网址开发(调用第三方接口)
  9. 学习总结以及对接下来的规划
  10. tippy.js_Tippy.js的指令包装
  11. t3插密码狗不显示服务器,登陆T3时,用户名和账套都不显示,显示没有检测到合法的LISENCE,需要重新注册密码狗,在注册社区后,搜索.cjt的文件,搜不到...
  12. RecyclerView 刷新Item图片闪烁
  13. 戴尔 Inspiron灵越 14 7447(游匣7000)酷睿 i7 4代全新机回收价格
  14. isalpha() / isupper() / islower()函数
  15. 微信小程序之获取百度天气
  16. java 打印菱形和空心菱形
  17. ASF无法启动?试试这两种操作吧
  18. Acer Predator PT715 Quanta ZGL REV3A笔记本电路原理图纸
  19. 《百钱买百鸡》c语言(循环结构)
  20. 制作自己的COCO格式数据集,附代码!

热门文章

  1. [升级失效]超星学术视频下载分析
  2. 蓝桥杯单片机的P2 = (P2 0x1f) | 0x80
  3. 2.5数字传输系统2.6宽带接入技术
  4. 基于matlab的文字识别算法-课程设计
  5. 计算机网络识别慢,win7系统开机后识别网络速度特别慢的解决方法
  6. 麦克林托克和转座基因
  7. java获取url后缀,以及判断是否带参数(?params=xxx)
  8. 26款 网络会议/视频会议开源软件
  9. java编程马拉松比赛_腾讯编程马拉松
  10. kafka数据丢包原因及解决方案