zoukankan      html  css  js  c++  java
  • jQuery火箭图标返回顶部代码

    解决MAC Appium设备连不上IOS的的问题

     

    错误的:

    [XCUITest] The 'idevice_id' program is not installed. If you are running a real device test it is necessary. Install with 'brew install libimobiledevice --HEAD'

    [XCUITest] Available devices: 

    [XCUITest] Error: Unknown device or simulator UDID: '20a548dc87a87ecddf7ab3975a4b5f3395ac132'

     

     

    正确的:

    [XCUITest] Available devices: 20a548dc87a87ecddf7ab3975a4b5f3395ac132

    [XCUITest] Creating iDevice object with udid '20a548dc87a87ecddf7ab3975a4b5f3395ac132'

    [XCUITest] Determining device to run tests on: udid: '20a548dc87a87ecddf7ab3975a4b5f3395ac132', real device: true

     

     

    解决办法:

    https://www.jianshu.com/p/1ec36db7d551

    brew update
    brew uninstall --ignore-dependencies libimobiledevice
    brew uninstall --ignore-dependencies usbmuxd
    brew install --HEAD usbmuxd
    brew unlink usbmuxd
    brew link usbmuxd
    brew install --HEAD libimobiledevice

    $ idevice_id -l

    20a548dc87a87ecddf7ab3975a4b5f3395ac132

     

     

  • 相关阅读:
    阿里云服务器,http免费转https详细教程
    springboot系列总结(二)---springboot的常用注解
    springboot系列总结(一)---初识springboot
    java 查询当天0点0分0秒
    mysql各个版本驱动jar包下载 mysql/mysql-connector-java/5.1.22
    泰坦尼克 学习
    切片
    忽略warning 警告
    迭代 递归 循环 遍历
    标准化 归一化
  • 原文地址:https://www.cnblogs.com/v5captain/p/9828225.html
Copyright © 2011-2022 走看看