Provisioning Profile doesn't include signing certificate on Xcode 13.1

Hi, my Xcode 13.1 somehow not able to include my signing certificate.

The error message for the distribution profile is:

Provisioning profile "distribution profile name" doesn't include signing certificate "development certificate name"

I have tried to remove my development certificate from my Keychain to see if it able to include the distribution certificate that has been downloaded from apple developer account and imported to my Keychain Access, but error shows:

No signing certificate "iOS Development" found.

Then I tried to re-add back my development certificate. However, the issues still persist.

Is it because in the provisioning profile I need to tick the support Xcode 11 and above only it be able to include the certificate? Or is there any thing that I have missed out?

Help would be greatly appreciated!

somehow not able to include my signing certificate.

If you create a new test project from one of the built-in templates, does it have the same problem?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

For those who encounter this issue and are using manual signing can check your Code Signing Identity in Build Setting of the target and make sure to select the correct distribution certificate in the release section.

In my case, I had two certificate with the same name. Xcode used the one that had more expiration date, but my profile referenced the other one.

Just hit this issue after creating a new In-House certificate to replace one that was close to expiring - XC 15.4 trying to match (and failing) against the latest certificate rather than the UID of the one also present in the keychain that was used to generated the older provisioning profiles. Thanks @atajadod

Provisioning Profile doesn't include signing certificate on Xcode 13.1
 
 
Q