UIAutomation - 命令行问题

时间:2015-06-22 23:53:39

标签: ios command-line xcode6 instruments ios-ui-automation

我想访问设置并打开/关闭WiFi。 因此我运行以下命令:

instruments -v -w [my_phpne_ID] -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/Preferences.app -e UIASCRIPT /Users/test/Documents/xCode/Shell-Script/mytest.js -e UIARESULTSPATH /Users/test/Documents/xCode/Shell-Script

弹出以下问题:

Instruments : Instrument 'Automation - Preferences' rejected command 'Instrument Command (purpose:Trace;

我是否需要以某种方式初始化手机和Xcode?

它通常在我从手机上的Xcode运行虚拟应用程序后工作。 但我想避免它并直接运行此命令而不使用任何虚拟应用程序。

0 个答案:

没有答案