I'm having some problems debugging apps directly on my iphone. I'm using xcode 4.2 and a jailbroken ios 5.0.1 device and when trying to launch the app on my iphone from excode I get the following message: "Error launching remote program: failed to get the task for process (some number here)" But if I now try to use the app directly on the iphone it works perfectly. Does anyone know how to fix it? thank you.
Asked
Active
Viewed 6,114 times
1
-
1Jailbroken devices have one big problem. They are Jailbroken. However you can refer to this question for more help: http://stackoverflow.com/q/1488600/277021 – Cyprian Jan 08 '12 at 11:42
-
I've read it already but I don't know how to do what they are telling me to do. – Mppl Jan 08 '12 at 13:21
1 Answers
2
For xcode 4: you have to create Entitlements.plist file from menu->File->New->New File->Code Signing->Entitlemens. it is going to be create Entitlements.Plist in your application folder
and Targets->build Settings->Code Signing Entitlements, you have click here two time and write "Entitlements.plist"
I did this and xcode don not get anymore error

Yiğit
- 166
- 2
- 9