I am getting this error while running my app on the device.I have installed the distribution provisioning profile.
error from debugger :error launching remote program: failed to get the task from process 1637
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I came across this question while searching for an answer myself. I figured my problem was I was trying to launch and debug my app from xCode using the Ad-hoc provision rather than the developer ‘Debug’ provision. xCode would build and copy the app to the device but wouldn’t debug.
I just changed the Active Configuration to Debug and the problem was solved. A silly mistake really.