0

Three errors under General that I can't figure out:

  • Failed to create provisioning profile: The app ID '' cannot be registered to your development team. Change your bundle identifier to a unique string to try again.
  • Provisioning profile doesn't support the Keychain Sharing capability
  • Provisioning profile doesn't include the keychain-access-groups entitlement
rmaddy
  • 314,917
  • 42
  • 532
  • 579
bklingler84
  • 25
  • 1
  • 2
  • 8

1 Answers1

1

This seems to be an Apple issue, you can see a master thread discussing it here.

The root of the problem is simply XCode not generating the entitlements file which your project requires. I've outlined the steps on how to figure it out in this post. Let me know if it works for you!

Zameer
  • 231
  • 2
  • 4