There’s a couple possibilities for your issue, but the main causes is what I got from experience as well as other SO answers.
- Your certificate or profile is outdated, in which case you have to go and regenerate your profiles again. I had this problem before, but Apple has described (partially) this issue.
-
You haven’t set your profile in the
Build Settings/Code Signing
area, along with the appropriate certificates. Verify yourTeam
inGeneral/Identity
and ensure that your profile is properly set.From Xcode 5: Code signing entitlement errors (The image is a bit outdated, but its the same as Xcode 6):
- You are using a beta version of Xcode.
- @jaytrixz states: “I just removed Entitlements.plist in Code Signing Entitlements under Build Settings” which could possibly work. Be sure that your provisioning profiles are configured as well.