Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while uploading archive to iTunes Connect

'Your account already has a valid iOS distribution certificate'. I get this error every time I try to upload my archive. I don't have two dev accounts, nor did I use another mac before. Please help

like image 653
user3834127 Avatar asked Apr 11 '26 15:04

user3834127


2 Answers

This is a problem that appears after the updating to xCode 6. Just rename your provisioning profile in the developer portal, and then refresh the account info in xCode. Voila :-)

like image 73
pacana Avatar answered Apr 13 '26 04:04

pacana


Your account already has a valid certificate

This dialog appears if the certificate already exists in Member Center.

Typically, this happens when you move from one Mac to another. If possible, export your certificates as a developer profile file on the other Mac, and then import them on your new Mac.

Have a look into Troubleshooting section of App Distribution Guide. It is described there how to solve this error.

like image 20
Rafa de King Avatar answered Apr 13 '26 04:04

Rafa de King