【发布时间】:2017-11-07 13:38:09
【问题描述】:
以下是我的设置 1. Appium Server 1.6.6-beta.2
使用此设置测试失败并显示以下错误消息:
块引用
[debug] [iOSSim] Killing all iOS Simulators [debug] [iOSSim] Using fkill to kill processes: 285 [XCUITest] AggregateError: Error: Killing process 285 failed: Operation not permitted at Promise.all.then (/usr/local/lib/node_modules/appium/node_modules/fkill/index.js:41:10) at AggregateError (/usr/local/lib/node_modules/appium/node_modules/aggregate-error/index.js:19:3) at Promise.all.then (/usr/local/lib/node_modules/appium/node_modules/fkill/index.js:41:10) at process._tickCallback (internal/process/next_tick.js:109:7) { AggregateError: Error: Killing process 285 failed: Operation not permitted at Promise.all.then (/usr/local/lib/node_modules/appium/node_modules/fkill/index.js:41:10) at AggregateError (/usr/local/lib/node_modules/appium/node_modules/aggregate-error/index.js:19:3) at Promise.all.then
但是测试在旧的 Appium IDE 版本 1.5.3 (Ara) 上运行良好,可在同一台机器 macOs Sierra 10.12.3 上使用
你能告诉我什么需要更正吗?
非常感谢
以下要点的更多跟踪日志: gist.github.com/anonymous/bfb8464c0388b7bfdba567dba5f0e36a
【问题讨论】:
-
你的 xcode 版本是多少
-
8.3.1 (8E1000a)
-
请参考以下要点的更多堆栈跟踪:gist.github.com/anonymous/bfb8464c0388b7bfdba567dba5f0e36a
标签: appium appium-ios