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

后端 未结 30 1894
太阳男子
太阳男子 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:48

    There are many ways to fix this, like enabling automatic signing etc. But if you want to understand the reason for this error you need to look at the error message.

    It says that the provisioning profile you have selected in the "General tab", does not contain the signing certificate you selected in the "Build settings" -> "Code Signing Identity".

    Usually this happens if a distribution certificate has been selected for the debug identity under "Build settings" -> "Code Signing Identity".

    If this happens under "Signing (Debug)" it might also be that the "Signing Identity" -> "iOS Development" is not included in the provisioning profile.

提交回复
热议问题