iPhone SDK- Error from Debugger: The program being debugged is not being run
iphone, xcode
Solution
If you have previously used them... check NSDebugEnabled, NSZombieEnabled, MallocStackLogging and MallocStackLoggingCompact are all disabled in the Executable info Argument's panel. You can't run with these on a device.
Problem
I followed the exact instructions on iPhone SDK Developers Portal by launching Assistant found on the first page. But I still get the same error even though I deleted the provisioning profile, certificates many times and repeated the same process more than once. Please help.