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.
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.
It can happen if you build using an ad-hoc provisioning profile. If you followed the steps from Building your Application with Xcode for Distribution, you're building with a special Entitlements.plist, in which you disallow get-task-allow
- this prevents the debugger from connecting to the application.
Try building with another provisioning profile (e.g. a Development profile).
Restart both the device and Xcode - this normally clears it up for me
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With