I’m having trouble running Instruments 4.3 from the cmd line. I believe it’s picking up my older 4.2 version which is still installed. How do I get Instruments 4.3 to install and launch my App then run UIAutomation against it?
I’m having trouble running Instruments 4.3 from the cmd line. I believe it’s picking
Share
The problem is that you’re specifying the
-wparameter but not supplying a device ID. If you’re trying to run from your app in the simulator, then just leave out the-wlike so.If you really are trying to run this automation script on the device, then you can quickly grab the device ID by using this script I wrote. Hand that ID in to the
-wparameter and it should work fine.