I have this problem:
Invalid Profile: distribution build entitlements must have get-task-allow set to false
I know that I must set
<key>get-task-allow</key>
<true/>
in entitlements.plist but in xcode 4.3 i don’t find this file, what can I do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to add Entitlements file to your project.
You can find detailed explanation at http://support.testflightapp.com/kb/common-questions/i-get-an-unable-to-download-error-when-installing-my-application. Scroll down to ‘Missing Entitlements’.