I’m having trouble profiling my app while connected to a device and get the dreaded “Invalid Entitlements” error. Building and archiving work fine with the current provisioning profiles. Any idea?
Share
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.
Invalid entitlements basically means that the entitlements specified in your provisioning profile are not equivalent to the ones specified in your applications entitlements.plist.
A couple of options:
-Open up both your plist and provisioning profile as a textfile and compare the entitlements sections to see that they match and change your plist to match your profile or…
-Use Xcode 4.2 where you don’t need an entitlements.plist file and just delete it. I think this may have started with Xcode 4.