无法使用Appium运行时1.6.4运行Appium测试

无法使用Appium运行时1.6.4运行Appium测试,appium,appium-ios,Appium,Appium Ios,下面是我的设置 1.Appium服务器1.6.6-beta.2 在此设置中,测试失败,并显示以下错误消息: Blockquote[debug][iOSSim]终止所有iOS模拟器 [debug][iOSSim]使用fkill终止进程:285 [XCUIEST]聚合错误: 错误:终止进程285失败:不允许操作 在Promise.all.then(/usr/local/lib/node_modules/appium/node_modules/fkill/index.js:41:10) 在Aggreg

下面是我的设置 1.Appium服务器1.6.6-beta.2

在此设置中,测试失败,并显示以下错误消息:

Blockquote
[debug][iOSSim]终止所有iOS模拟器
[debug][iOSSim]使用fkill终止进程:285
[XCUIEST]聚合错误:
错误:终止进程285失败:不允许操作
在Promise.all.then(/usr/local/lib/node_modules/appium/node_modules/fkill/index.js:41:10)
在AggregateError(/usr/local/lib/node_modules/appium/node_modules/aggregate error/index.js:19:3)
在Promise.all.then(/usr/local/lib/node_modules/appium/node_modules/fkill/index.js:41:10)
在进程中。_tick回调(内部/process/next_tick.js:109:7)
{聚合错误:
错误:终止进程285失败:不允许操作
在Promise.all.then(/usr/local/lib/node_modules/appium/node_modules/fkill/index.js:41:10)
在AggregateError(/usr/local/lib/node_modules/appium/node_modules/aggregate error/index.js:19:3)
在承诺。所有。然后

但使用旧的Appium IDE版本1.5.3(Ara),测试运行良好,可在同一台机器上使用macOs Sierra 10.12.3

你能告诉我什么需要纠正吗

非常感谢

更多跟踪记录见以下要点:
您将appium从1.5.3更新到1.6.4有什么原因吗


appium 1.6及更高版本用于自动化iOS10及更高版本,您可能会面临版本兼容性问题。

从堆栈跟踪中清除问题是什么:

org.openqa.selenium.NoSuchElementException:无法通过此策略定位元素:by.name:创建一本相册


您使用的是不受支持的定位器策略
By.name
。Appium server 1.5.0发行说明:

您的xcode版本8.3.1(8E1000a)是什么,请参考以下要点中的更多stacktrace: