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
  • 相关阅读:
    数据库表设计
    solr的schame.xml
    搭建solr服务器
    lucene&solr索引维护之查询
    lucene&solr索引维护之删除和修改
    lucene&solr查询索引实例
    lucene&solr入门实例
    java集合排序整理
    HahMap(jdk=1.8)源码解读
    APIO2020 游记
  • 原文地址:https://www.cnblogs.com/jiguanghover/p/15020874.html
Copyright © 2011-2022 走看看