tags:

views:

44

answers:

1

Hello,

I want to know why do we need to create Entitlements.plist file while we are creating Ad-hoc distribution build?

Thank you.

+1  A: 

To set NO the value get-task-allow, which allows other processes (like the debugger) to attach to your app.

http://stackoverflow.com/questions/1003066/what-does-get-task-allow-do-in-xcode

toupper