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
  • 相关阅读:
    hadoop安装前的准备
    记录一次Qt5程序无法运行的解决过程
    C#里的Thread.Join与Control.Invoke死锁情况
    qbxt7月笔记
    zhxのDP讲
    有n*m的方格图
    最长上升子序列相关问题笔记
    qbxt游记(清北澡堂划水记
    DAZの七下道法(持续更新
    模板
  • 原文地址:https://www.cnblogs.com/jiguanghover/p/15020874.html
Copyright © 2011-2022 走看看