taobao-iphone-device 在12.5.7版本的iPhone 5s上启动WDA失败(连接错误:套接字连接中断),

3zwjbxry  于 3个月前  发布在  其他
关注(0)|答案(1)|浏览(35)

环境

  • ios: 12.5.7
  • 设备:2部iPhone 5s(越狱和未越狱)
  • macos: 12.6.3 Monterey
  • xcode: 14.3
  • python: 3.7 && 3.9
  • node: 12.22.12
  • tidevice: 0.10.3
  • profile:个人开发

可以使用基本命令,如listapplistlaunch等,但WDA无法通过USB使用命令tidevice xctest -B com.xxx.xxx.xxxx启动,会报错ConnectionError: socket connection broken。设备已绑定到配置文件。更改了node和python的版本,但仍无法启动。具有相同profile的wda.ipa在iphone6s 15.7.1上运行正常。

xesrikrc

xesrikrc1#

更新到0.10.4后,出现了这个错误:tidevice.exceptions.SocketError: recvall: socket connection broken

相关问题