Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The best thing you can do is delete the certificates from your Keychain and get them back so XCode 4's Organizer stops being "confused". I've compiled it in 7 "easy" steps:</p> <ol> <li><p>Delete your Certificates: Open the Application called <em>Keychain Access</em> on your Mac (You can hit the keys command + space bar on your keyboard to bring <em>Spotlight</em> and type <em>Keychain Access</em> to launch it). Then select <em>login</em> on the upper left list and <em>Certificates</em> on the lower left list, you will delete only the Certificates starting with the words "iPhone Developer" or "iPhone Distribution".</p></li> <li><p>You need to revoke the old certificates by logging into your Apple iOS Developer's account and going to the <em>Provisioning Portal</em> and then to the <em>Certificates</em> option on the left menu. Then locate your Developer Certificate and click on the link located at the right that reads "Revoke".</p></li> <li><p>Go back to the <em>Keychain Access</em> Application on you Mac, click on the menu bar the following menus: "Keychain Access" -> "Certificate Assistant" -> "Request a Certificate from a Certificate Authority". Just enter you email if needed and modify the option that says "Request is:" selecting the option "save to disk"... a dialog will ask you where do you want to save a CSR file which is normally called "<em>CertificateSigningRequest.certSigningRequest</em>".</p></li> <li><p>Go back to the online <em>Provision Portal</em> and create a new Certificate uploading the file you just generated on the same option where your old Certificates were before.</p></li> <li><p>After a minute or so... you will see under the <em>Certificates</em> list that you can now Download you new certificate and that you can also download a WWDR intermediate certificate (See the links under the certificate list). Download them and give them to your <em>Keychain Access</em> by double-clicking them.</p></li> <li><p>You will have to go to the <em>Provisioning Portal</em> menu option called <em>Provisioning</em> where you will see all your App's Development Provisioning Profiles. You will have to click the link "Edit"->"Modify" at the right and verify that the Certificate is checked.</p></li> <li><p>Finally, just close "XCode 4". When you re-open it, go to the menu "Window" -> "Organizer". Because the Organizer reads the certificates from you keychain, they should be there already. Next time you plug your devices just click on Provisioning and make sure the old certificates are gone and the new certificate is on.</p></li> </ol>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload