Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error launching remote program: failed to get the task for process 3595

When I try to run my app on my device with ad hoc distribution profile from XCode 4, I get: Error launching remote program: failed to get the task for process 3595.

The app does load onto the device though and works fine if I launch it from there. Yes, 'Can be debugged' is set to NO in Entitlements.plist.

like image 268
Kwexi Avatar asked Jun 16 '11 05:06

Kwexi


2 Answers

Usually it wont load while with ad hoc profile .You need to debug and can debug only with development profile.

like image 178
Narayanan Ramamoorthy Avatar answered Nov 04 '22 10:11

Narayanan Ramamoorthy


You can't debug apps signed with the distribution (even adhoc) provisioning profile.

like image 28
RedBlueThing Avatar answered Nov 04 '22 12:11

RedBlueThing