I'm running iPhone OS 3.1.3 on the device and I can run my App in debug mode on the device. I downloaded and installed the xcode_3.2.2_and_iphone_sdk_3.2_final.dmg twice, without any luck.

I appreciated any hints.

link|improve this question

feedback

3 Answers

I got the same issue when I switched to XCode 4 and I solved it by setting my release code-signing profile to my development profile instead of the app store profile that was previously set. Indeed, Xcode 4 profiles your app using the release build by default.

link|improve this answer
2  
This didn't seem to work for me, but I had the exact same problem and instead changed the "Profile" scheme to use Debug instead of Release - that solved it (although I would prefer the Release build). Not sure why it made a difference; your explanation seems valid/reasonable but didn't work for me. – makdad Mar 28 '11 at 6:19
1  
.. that worked for me .. Thank you! – Max Ballo Sep 5 '11 at 8:32
I double checked my provisioning to be development and remove Entitlements. That fixed it for me. Thanks! – Sam Soffes Dec 12 '11 at 23:40
feedback
up vote 11 down vote accepted

To answer my own question:

I have two applications installed on my device with the same name resp. the same Bundle display name: Doublemill. Since they have different bundle identifiers, the debugger can deal with that, however Instruments seems to be confused.

link|improve this answer
Seems like you should file a bug so Apple can fix this! – bddckr Apr 18 '10 at 8:24
Thanks, I had to remove all versions of the app and restart XCode ("it just works" my ass), but it helped! – Lope Feb 8 at 21:08
feedback

Hey.
There can also be some other issues.

Provisioning Profile.
From Apple documentation: For your protection, the instrument does not allow you to process any application that is not code-signed with your provisioning profile. This includes any copy that has been downloaded from the iTunes App Store.

Device.
Instrumetns UIAutomation doesn't work on iPhone 3G, only 3Gs, 4.

Sadly support for instruments is bad. Apple doesn't seem to put much attention to it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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