In my Xcode
project I have a certificate
that has expired. I got a new one from the associated web page, and it's now on my desktop. So, my question is, how do I replace the old certificate
with the new one I just downloaded? I have checked a few threads with similar questions like this,
How to install a certificate in Xcode (preparing for app store submission)
But it doesn't seem to adress the issue as the answers are old and likely outdated.
My first though is to delete the existing one and just drag and drop a new one in its place, but that didn't work, so I guess there must be a more sophisticated way.
****EDIT***
If I locate the old certificate
in the project and just replace it with the new one, will that work?