iOS application hangs when running UI Automation instrument from the command line after a while? -


mac mini , iphone 5s

when running uiatutomation command line

instruments -w <uuid> -t /applications/xcode.app/contents/applications/instruments.app/contents/plugins/automationinstrument.xrplugin/contents/resources/automation.tracetemplate app_path  -e uiascript javascripts_path   -e uiaresultspath ~/ 

it starts ok;

but time later (about half hour);

application stucks,the output command line print ok;

i can't tap anywhere continue,only kill instruments process can solve problem.

but run same command in ios simulator,is ok run end;


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -