2

I'm running Xcode, trying to get my app to run on my iphone. I'm getting the error message "the program being debugged is not being run."(no solution like restarting device/xcode/mac, reinstalling provisioning profile,unplug/replug device,reinstallation of app on the device works for me)

:( :(

Rachit Singhal
  • 75
  • 1
  • 14

3 Answers3

0

Try removing ALL expired provisioning profiles (even unrelated to current app) on your device. You can do this by going to Settings app->General->Profiles (on the device), and then "Remove" the ones that show as expired. This has worked for me in the past.

mindthief
  • 12,755
  • 14
  • 57
  • 61
0

Don't know if you've solved the problem. What worked for me was to set all linked libraries (one of them was still set to simulator and/or distribution) to the same build configurations.

chuckSaldana
  • 1,187
  • 12
  • 28
0

change provisioning profile select through Info I changed selected provisioning profile from Ad-Hoc to Developer and the problem solved.

Vaibhav Saran
  • 12,848
  • 3
  • 65
  • 75