我正在尝试从jenkins运行UI Automation脚本:
instruments -w 'iPhone 6 (8.1 Simulator)' \
-t '/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate' \
'myAppName' \
-e UIASCRIPT 'some_path' \
-e UIARESULTSPATH 'some_other_path'
Run Code Online (Sandbox Code Playgroud)
但我收到错误,模拟器无法启动
Waiting for device to boot...
2015-03-18 10:29:04.064 instruments[13082:64124] [MT] iPhoneSimulator: Could not launch simulator: -10810
Run Code Online (Sandbox Code Playgroud)
我从jenkins用户下的命令行运行时工作.
非常感谢任何帮助,谢谢.