get-task-allow有什么用

时间:2014-05-08 18:10:58   收藏:0   阅读:326

failed to get the task for process问题

A: Why am I getting "Error launching remote program: failed to get the task for process" when debugging an iPhone application on the device?

  You are getting the "Error launching remote program: failed to get the task for process" error message because you are either using your Ad Hoc or Distribution Provisioning profile when debugging your iPhone application on your device or you specified a code signing entitlements property list in your build settings which does not include a get-task-allow or "Can be debugged" property.

Debugging when using a Distribution Profile

  Distribution profiles don‘t have a get-task-allow entitlement property, which is needed for debugging iPhone applications. However, this property is available and enabled for Development Provisioning profiles. So, use your Development profile rather than your Distribution profile when debugging your iPhone application on the device.

Missing Entitlement Property】  

  If you specified a code signing entitlements property list in your build settings, make sure that your property list contains the get-task-allow property.

get-task-allow有什么用,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!