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

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

    Xcode 11

    This is the error I got

    Provisioning profile "XXX" doesn't include signing certificate "Apple Development: XXX (XXX)".```

    Now Xcode 11 automatically created a certificate "Apple Development: XXX" which is valid for all platforms

    You just need to

    1. Go to https://developer.apple.com
    2. Go to your provisioning profile
    3. Check if this certificate is selected

提交回复
热议问题