代码改变世界

How to fix Xcode 4.3 Organizer Crash

2012-07-05 10:00  敏捷的水  阅读(739)  评论(0编辑  收藏  举报

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.