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'
问题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