App installs, Instruments launch, but drop down in instruments says select target, and the app never launches. Console says

6/14/11 2:36:22 PM  Instruments[1951]   XRMobileDeviceException while performing application lookup on device : (null)

Device is iOS 4.3.3, regular build and run works and no warnings from Xcode. Profile just doesnt work. Tried cleaning the build, restarting Mac OS and the device. Still no go!

link|improve this question

feedback

2 Answers

I had the same problem. I didn't solve it, but an easy workaround is to launch the app yourself and then attach to it from the Attach to Process... command in the Target menu in the Instruments window.

link|improve this answer
Good workaround. – Moshe Jun 14 '11 at 19:04
Yes, this is a valid workaround, recommended by the Apple folks themselves for some of the DTrace modules within Instruments - hence this is a known issue. – Till Jun 14 '11 at 19:06
2  
Doesnt work for me. Attach to Process menu says "This instrumentation disallows attach". – Maciej Swic Jun 15 '11 at 14:47
1  
If i choose the Activity Monitor instrument, i can attach to the process, but Allocations or Leaks both say This Instrumentation Disallows Attach – Maciej Swic Jun 15 '11 at 14:55
1  
@Maciej Swic Can you (re)install latest Xcode 4.2 Beta next to the current XCode and just start the Xcode 4.2 Instruments.app (You don't even need to run Xcode)? I did not update my device to iOS5, I just use the Instruments app of the Xcode 4.2 to do profiling for leaks/allocations. – marcus Jun 16 '11 at 18:22
show 7 more comments
feedback

I had the same problem, my solution was to initiate instruments from XCODE.

Try this..

  1. Launch XCODE
  2. Select Device, or Simulator
  3. Up on top Click RUN > RUN WITH PERFORMANCE TOOL > LEAKS

This allowed me to test without giving me that error. This is in XCODE 3.2.5 that I did this in .. it might be a little different if you are using 4.x

link|improve this answer
1  
That menu is dead and gone from Xcode 4 unfortunately. – Maciej Swic Jun 15 '11 at 14:48
3  
In Xcode 4, use Product > Profile. – brainjam Aug 9 '11 at 15:36
@brainjam, Thanks dude. – iHungry Dec 14 '11 at 7:59
Product > Profile didn't work for me either. Same problem as the OP, except there's no console message. It just sits there, and Xcode's "LCD" says "Finished running - Profiling". – Oscar Jan 30 at 22:25
feedback

Your Answer

 
or
required, but never shown

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