get-task-allow, when signed into an application, allows other processes (like the debugger) to attach to your app. Distribution profiles require that this value be turned off, while development profiles require this value to be turned on (otherwise Xcode would never be able to launch and attach to your app).
-------------------------------------------------------------------
get-task-allow在登录到应用程序时,允许其他进程(如调试器)附加到应用程序。分发配置文件要求关闭此值,而开发配置文件要求打开此值(否则Xcode将永远无法启动并附加到您的应用程序)。
还有一层意思是发布证书不能调试咯!但是只要有设备的ID是可以成功安装。
---------------------
作者:laiguo
来源:CSDN
原文:https://blog.csdn.net/laiguo/article/details/7868872
版权声明:本文为博主原创文章,转载请附上博文链接!