Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why do I get the error "No value was provided for the parameter 'certificateIds'." when I hit renew in xcode

I'm trying to renew a provisioning profile in Xcode, and upon hitting the renew button I am greeted with this error:

enter image description here

I'm aware that there are several SO posts* of people saying to simply login to the developer portal to renew profiles. However, if the button exists in Xcode, I would expect I should be able to use it. Is this a bug in Xcode or am I missing a setting that allows this correctly work?

*Distribution provisioning profile still expire even after clicking the renew button and error when clicking renew for iOS certificates

like image 790
propstm Avatar asked Feb 15 '13 20:02

propstm


1 Answers

This seems like an Xcode bug. I would just go to the Developer Portal and renew the profiles there.

https://developer.apple.com/devcenter/ios/index.action

like image 189
Wextux Avatar answered Nov 02 '22 01:11

Wextux