tags:

views:

75

answers:

2

Please dont mark this as duplicate

I am getting this error while debugging my app on device I tried everything from these posts (see below) but no luck -

http://stackoverflow.com/questions/2037328/iphone-sdk-error-from-debugger-the-program-being-debugged-is-not-being-run

http://stackoverflow.com/questions/1727169/xcode-fails-to-run-app-on-device-saying-the-program-being-debugged-is-not-being

Can I not run two app with the same build identifier? I use one identifier yesterday to debug one app. Now I am using the same identifier to debug another app on device.

I have tried following -

1) restart mac and iphone

2) reinstall the provision profile (both from xcode and itunes)

Please help!

A: 

You can run two app with the same build id. Are you using a distribution profile or development profile?

xCode
development profile
Saurabh
ah.. then it should work. I used to get this issue when using the distribution profile.
xCode
A: 

OK... I got it!

I have to remove the previous app from xcode organizer. Its working now!!

Saurabh