Missing iOS Distribution signing identity

Hi everyone:


I was developing an iOS App with Xcode, with no problems so far to upload the App to the App Store to do my test with it.


But now, I don't know what happened, and when I try to "validate" o "Upload" the app a got the message "Missing iOS Distribution signing identity for ***"


I checked that my developer certificates were in order, and my provisioning files, and all seems to be ok.


I then tried to delete all provisioning profiles on Xcode, restart Xcode and download all again, but always the same error.


Following questions previously asked and Apple tutorials, I Re-Created Certificates, installed WWDR intermediate certificate, etc... But nothing seems to work.


If in "Build Settings" -> "Provisioning File" I select my provisioning file, when I try to Archive it fails and says


"No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID “yyy...”, however, no such provisioning profile was found."


But I can see it in the Xcode -> Preferences -> Accounts --> View Details, and in Finder.


I don't know what is wrong. Can someone help me?


Thank you.

Accepted Answer

The problem is solved. I comment the solution here so it can help others too.


It was an issue with the WWDR Intermediate certificate, I installed the new one, but the old was still around giving me this problem.


So the key was that the old (expired) certificate didn't show in the keychain although I had selected 'Show Expired Certificates', until I typed "World" in the search field.

Then I could see the expired certificate, delete it, and problem solved.

Thanks to the support team who helped me with the problem.

Missing iOS Distribution signing identity
 
 
Q