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

3

11

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.

Epigone answered 16/6, 2011 at 5:0 Comment(1)
Possible duplicate of #1489100Ginoginsberg
G
18

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

Ginoginsberg answered 16/6, 2011 at 5:5 Comment(1)
my problem with code signing was that I was selecting the wrong one at the last step of exporting the code (NOT in the build settings page)Embezzle
D
3

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

Duprey answered 16/6, 2011 at 5:5 Comment(0)
M
0

Try this if you are fake Code Signing

http://www.youtube.com/watch?v=AqDVXh2S1P0

Mostly answered 31/1, 2014 at 16:7 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.