Appium iOS WebDriverAgent安装时注意(解决appium 报错code 65 问题)

1、更新最新的WebDriverAgent文件:https://github.com/facebook/WebDriverAgent,替换/usr/local/lib/node_modules/appium/node_modules/._appium-xcuitest-driver@2.28.1@appium-xcuitest-driver/WebDriverAgent文件

原因:有时用不了 建议用最新的
2、运行 shell文本
./Scripts/bootstrap.sh

3、xcode打开WebDriverAgent项目编译运行

4、运行WebDriverAgentRunner中测试用例UITestingUITests,此时会安装WebDriverAgentRunner-Runner的app



我的回答