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.

本文转自敏捷的水博客园博客,原文链接http://www.cnblogs.com/cnblogsfans/archive/2012/07/05/2577293.html如需转载请自行联系原作者


王德水

 

相关文章
|
6月前
|
iOS开发 Perl
Xcode 10.2.1 Error:library not found for -lstdc++.6.0.9
Xcode 10.2.1 Error:library not found for -lstdc++.6.0.9
61 0
|
NoSQL iOS开发 C++
Xcode Debug 大全
BUG,简单来说就是程序运行结果与预期的不同,下面来说说Xcode中的DEBUG方法
392 0
|
IDE 开发工具
ide internal errors【bug】
ide internal errors【bug】
148 0
|
iOS开发
Xcode运行报错Failed to prepare device for development.解决办法
Xcode运行报错Failed to prepare device for development.解决办法
666 0
|
缓存 iOS开发 索引
Xcode清理缓存方法
Xcode清理缓存方法
195 0
|
iOS开发
Xcode更新不了的解决办法
Xcode更新不了的解决办法
229 0
|
缓存 iOS开发 索引
Xcode清理垃圾
Xcode清理垃圾
262 0
|
iOS开发
Xcode : Cannot use '@try' with Objective-C exceptions disabled
Cannot use '@try' with Objective-C exceptions disabled
3964 0