How to fix Xcode 4.3 Organizer Crash

How to fix Xcode 4.3 Organizer Crash

After downloading the new Xcode (4.3.2) I couldn’t get into the organizer’s Device Manager. Xcode crashed whenever I tried. It turns out that I had a few untrusted certificates in my keychain. This seems to be a problem for the new version of Xcode.

To remove them:

Applications/Utilities/Keychain Access (your default keychain should already be selected).

From the Category list select “Certificates” (not “My Certificates”). Anything that doesn’t have the green checkmark next to “This certificate is valid” needs to go. even self signed certs.

Restart Xcode and it works.

原文地址:https://www.cnblogs.com/cnblogsfans/p/2577293.html