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

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

    Had the same error. Profiles seems renewed, new certificates added, i even checked it when download. Also revoked former developer's certificates, excluded from provision profile. But Xcode still asking me about previous certificates with error:

    No certificate for team 'MY_TEAM' matching 'iPhone Developer: FORMER_DEVELOPER' found
    

    so, what I did to fix it:

    1. Go Build Settings -> Signing -> Code Signing Identity
    2. Find all 'FORMER_DEVELOPER' certificates and choose needed.

    Hope it will help somebody.

提交回复
热议问题