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 -
iPhone SDK- Error from Debugger: The program being debugged is not being run
X开发者_如何学GoCode fails to run app on device, saying the program being debugged is not being run
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!
You can run two app with the same build id. Are you using a distribution profile or development profile?
OK... I got it!
I have to remove the previous app from xcode organizer. Its working now!!
精彩评论