Hey.
I'm trying to launch Instruments from shell with iPhone specified as target. As for this apple doc I should be able to specify target with '-w' parameter but I don't know what should be there.

I've tried iPhone name, I've tried its UUID but nothing worked - constantly I get 'Unknown hardware device specified'. I also checked content of some saved trace document, but inside I see UUID of the iPhone. Maybe it is some prefix/suffix that should be added to the UUID ?

In the end i would like to get the following working:

instruments -t /Users/user/Template.tracetemplate -D /Users/user/res.trace -w iPhoneID AppName
link|improve this question

80% accept rate
My assumption is that non-gui version of instruments never really worked this way. Additionally when launching instruments from command line it displays version 1.0 while, my gui version is 3.0 - I assume Apple abandoned non-gui version and has no intention of making it work. Check related SO question: stackoverflow.com/questions/4191945/… – yoosiba Feb 11 '11 at 9:22
feedback

1 Answer

The hex "Identifier" value you find in the Organizer in the device's general information pane should work.

link|improve this answer
any idea on getting it to run on the simulator? – adam.wulf Sep 8 '11 at 8:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.