Xcode 8 shows error that provisioning profile doesn't include signing certificate

后端 未结 30 1883
太阳男子
太阳男子 2020-11-28 17:55

Xcode 8 shows error that provisioning profile doesn\'t include signing certificate.

This issue is with Xcode-8 only with Xcode 7, same provisioning profile showing r

30条回答
  •  借酒劲吻你
    2020-11-28 18:45

    Check your keychain for identities that are missing a private key. I had multiple distribution certificates installed for the same team, one of which was missing the private key. Xcode was only checking the first matching identity in the keychain and automatically using this as opposed to the one that did include the private key.

    Removing the matching identity that didn't have a private key made Xcode detect the correct identity again.

提交回复
热议问题