Provisioning profile doesn’t include the application-identifier and keychain-access-groups entitlements

I’ve tried all the other questions and searched everything on this that I could already, a lot of the other questions involved existing apps that were being updated or people with developer accounts but this is like my second time using Xcode and it has worked before.

This just happened out of nowhere. I keep getting these two errors and it allows me to run simulators but not build onto my iPhone:

  1. Automatic signing is unable to resolve an issue with the “LearningSpriteKit” target’s entitlements.
    Automatic signing can’t add the application-identifier and keychain-access-groups entitlements to your provisioning profile. Switch to manual signing and resolve the issue by downloading a matching provisioning profile from the developer website. Alternatively, to continue using automatic signing, remove these entitlements from your entitlements file and their associated functionality from your code.

  2. Provisioning profile “iOS Team Provisioning Profile: #####.LearningSpriteKit” doesn’t include the application-identifier and keychain-access-groups entitlements.

16 Answers
16

Leave a Comment