I am currently using Instruments via a bash script to initiate the command-line interface to start up runs of the Automation plug-in.
With 4.2, this worked well en
Okay I think I got it working.
Here are some more details about how to remove xcode command line authorization prompt
What I did was the following:
change value of allow-root to true
system.privilege.taskport
allow-root
// change to ->
class
user
comment
Used by task_for_pid(...).
...
Now I am being able to use jenkins to run my UIAutomation-Tests via Command Line Script