将 Xcode 升级到 11.0 后,模拟器只支持 13.0 版本,但是再也不能获取页面信息,XCUITest 页面一直显示等待状态,不再能获取页面信息,求个原因
肯定不是你一个,上个周末我就发现了,等了一周才有楼主发帖,呵呵
可以全局搜下 WDA 有无包含 resolveOrRaiseTestFailure 新增的 API,可以尝试更新最新的 WDA,看了下 commit 已经做了兼容
这样还是没找到问题的实质原因呀,WDA 不是最新的嘛,可以看看是不是在 Xcode 11 新增了 resolveOrRaiseTestFailure api 导致的
一台 mac 可以装多个 xcode 版本的,只要在 Applications 改成不同名字就行:
sh-3.2# pwd
/Applications
sh-3.2# ls -l | grep Xcode
drwxr-xr-x 3 xdpi staff 96 4 6 2019 Xcode10.2.1.app
drwxr-xr-x 3 xdpi staff 96 7 13 12:47 Xcode10.3.app
drwxr-xr-x 3 root wheel 96 9 26 22:11 Xcode11.0.app
drwxr-xr-x 3 xdpi staff 96 6 5 2018 Xcode9.4.1.app
显示当前使用的 xcode 版本:
sh-3.2# xcode-select -p
/Applications/Xcode10.3.app/Contents/Developer
切换 Xcode 版本:换成/Applications/想用的版本就行
sudo xcode-select -s /Applications/Xcode10.3/Xcode.app/Contents/Developer
已经解决,被坑了两礼拜。。。解决过程如下 (注意第二步操作 ):
Appium v1.15.0
xcode11.0
WebDriverAgent 用的 GitHub 下载的( git clone https://github.com/facebook/WebDriverAgent.git ),拷贝到 Appium 的目录下
我用 Appium 自带的 wda,也是没有成功,后来在 git 下载的
WebDriverAgent 用的 GitHub 下载的( git clone https://github.com/facebook/WebDriverAgent.git ),拷贝到 Appium 的目录下
哪位有安装文档啊?求文档。
@ 季文洪 ,你说的这个(我用 Appium 自带的 wda,也是没有成功,后来在 git 下载的
WebDriverAgent 用的 GitHub 下载的( git clone https://github.com/facebook/WebDriverAgent.git ),拷贝到 Appium 的目录下 )还需要其他的操作吗?