zoukankan      html  css  js  c++  java
  • Appium_iOS自动化测试之Appium Log

     
     
     
     
     
     
     

    Xcode WebDriverAgentRunner配置参考:

    https://www.cnblogs.com/dreamhighqiu/p/11023363.html

    1. [WebDriverAgent] Using WDA path: '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-webdriveragent'

    [WebDriverAgent] Using WDA agent: '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'

    问题2. xcodebuild: error: Unable to find a destination matching the provided destination specifier:

    { platform:iOS, name:AAATest }

    问题3:

    2021-07-16 17:40:05.704 xcodebuild[7747:303422]  DTDeviceKit: deviceType from b5116ad5fd7ec71b6bfsfwbed4997c4228b2aa41 was NULL

    解决方法(未解决):

    rm -rf ~/Library/Developer/Xcode/DerivedData/

    rm -rf ~/Library/Caches/CocoaPods/

    pod deintegrate

    pod update

    flutter clean

    问题4:

    [MJSONWP] Encountered internal error running command: Error: Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 66

    问题5:

    No profiles for 'com.facebook.WebDriverAgentRunner.xctrunner' were found

     



    参考:
    https://www.cnblogs.com/dreamhighqiu/p/11023363.html

    https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md
  • 相关阅读:
    作用域链概念介绍
    javascript一个作用域案例分析
    scp 常用命令总结
    Django--redis 保存session
    Django学习笔记之Django ORM Aggregation聚合详解
    Django中defer和only区别
    Django中的prefetch_related()函数优化
    Django 中的select_related函数优化查询
    django annotate()的使用
    服务器settings
  • 原文地址:https://www.cnblogs.com/jiguanghover/p/15020874.html
Copyright © 2011-2022 走看看