• get-task-allow有什么用


    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.

  • 相关阅读:
    Redis(八)理解内存
    Redis(七)Redis的噩梦:阻塞
    Redis(六)复制
    Redis(五)持久化
    笔试面试经典问题
    两个栈实现一个队列
    单链表相关操作
    我的笔记本
    10进制正整数转4位定长的36进制字符串
    微软2016校园招聘在线笔试之Magic Box
  • 原文地址:https://www.cnblogs.com/tekkaman/p/3715560.html
Copyright © 2020-2023  润新知