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!