Why is get-task-allow not showing in my Entitlements.plist file?

北城余情 提交于 2019-12-24 00:49:16

问题


So I am trying to set up my first ios app for add hoc distribution and I get the dreaded "Invalid Profile: developer build entitlements must have get-task-allow set to true." error.

So I fumble around the internet trying to figure it out before I ask for help and come up with changing my "Entitlements.plist" file and change get-task-allow to true. Well ... when I go to xcode4 and look at my "Entitlements.plist" file, its not there.

I try to add it and this shows up.

Any idea what I am doing wrong and how to fix this? Thanks.


回答1:


The Can Be Debugged key is a user-friendly representation of get-task-allow.



来源:https://stackoverflow.com/questions/7745794/why-is-get-task-allow-not-showing-in-my-entitlements-plist-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!