Mr_老冷 发表于 2022-11-9 17:01:21

【EasyClick】【IOS】Cycle inside WebDriverAgentRunner;Building could produce unreliable results解决方法



#1.原因是,默认的构建顺序有问题,要手动调整一下
##1.1此问题,切换到Build Phases下,鼠标按住Compile Sources,拖到最下面,重新Test即可

#2.1.IOS Deployment Target版本不对,如下图,先修改为比你手机IOS版本高的型号,此时上面连接手机位置会变为Any IOS Device



##2.2.再修改为你手机设备IOS版本低一点的ios版本,并修改上边设备为你自己的设备

##2.3.重新test
#3.重新插拔/重启一下手机
#4.重启mac
#5.重启xcode


页: [1]
查看完整版本: 【EasyClick】【IOS】Cycle inside WebDriverAgentRunner;Building could produce unreliable results解决方法