XCode 5加载项目时崩溃 [英] XCode 5 crash on loading the project

查看:216
本文介绍了XCode 5加载项目时崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的Xcode 5每次我想打开一个项目。



我删除了派生数据,缓存,首选项和重新安装xcode。

我不知道我应该知道什么。我无法工作。



这是失败消息。请帮帮我。我在互联网上看了很多这个。

 崩溃的线程:0调度队列:com.apple.main-线程

异常类型:EXC_CRASH (SIGABRT)
异常代码:0x0000000000000000,0x0000000000000000

特定应用信息:
ProductBuildVersion:5A1413
/ SourceCache / DVTFoundation / DVTFoundation-3532 / Framework中的ASSERTION FAILURE /类/协议/ DVTInvalidation.m:243
详细信息:< IDESourceControlCredentialsValidator,0x7f9f18c44cb0>从来没有失效。

用于分配的Backtrace(如果设置了_creationBacktrace):
(null)
对象:< IDESourceControlCredentialsValidator:0x7f9f18c44cb0>
方法:-dealloc
线程:< NSThread:0x7f9f12c14bc0> {name =(null),num = 1}
提示:无
Backtrace:
0 0x00000001108fb188 - [IDEAssertionHandler handleFailureInMethod:对象:文件名:行号:messageFormat:参数:](以IDEKit)
1 0x000000010f68d655 _DVTAssertionHandler(以DVTFoundation)
2 0x000000010f68d984 _DVTAssertionFailureHandler(以DVTFoundation)
3 0x000000010f7626a6 _DVTInvalidation_DeallocSuper(在DVTFoundation)
4 0x00000001108982a3 - [IDESourceControlSSLAuthenticationWindowController .cxx_destruct](在IDEKit)
5 0x00007fff8703ffcc object_cxxDestructFromClass(objc_object *,objc_class *)(在libobjc.A.dylib)
6 0x00007fff87039922 objc_destructInstance(以libobjc.A.dylib)
7 0x00007fff87039fa0 object_dispose(以libobjc.A.dylib)
8 0x000000010f6b7995 __DVTSetupKVODeallocAssertions_block_invoke_371(以DVTFoundation)
9 0x00007fff82d347fa - [NSResponder类的dealloc](在了AppKit)
10 0x00007fff82c6a162 - [NSWindowController的dealloc](在了AppKit)
11 0x00007fff82dde901 - [NSWindowController释放(在了AppKit)
12 0x00007fff82f145b0 - [NSAutounbinder的dealloc](在了AppKit)
13 0x00007fff8703a230(匿名命名空间):: AutoreleasePoolPage :: POP(无效*)(在libobjc.A.dylib)
14 0x00007fff80818d72 _CFAutoreleasePoolPop(中的CoreFoundation)
15 0x00007fff811cd47a - [NSAutoreleasePool排水](以基金会)
16 0x00007fff82d3527e - [运行的NSApplication(在了AppKit)
17 0x00007fff82cd9bd6 NSApplicationMain(在了AppKit)
18 0x00007fff82bb27e1开始(在libdyld.dylib)
19 0x0000000000000002



状态更新:



我启动Xcode时没有加载打开的项目Alt + Shift。
之后,我在首选项中取消选中启用源代码控制。从现在我可以使用Xcode。这不是一个修复,但现在是确定。我在未来寻找答案。现在我没有问题;)

解决方案

Devforums post 似乎有可能的解决方案。


这个在找到修复之前。我的具体问题通过在服务器上使用正确的主机名来解决。我们的内部DNS可以将更逻辑的主机名指向svn服务器,但它不是我们的证书中的主机名。在证书中使用正确的主机名即可避免崩溃。



My Xcode 5 crashes each time i want to open a project.

I deleted the derived data, the cache, the preferences and reinstall xcode.

I don't know what i should do know. I can't work.

Here is the failure message. PLease help me. I looked a lot about this in the internet.

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
ProductBuildVersion: 5A1413
ASSERTION FAILURE in /SourceCache/DVTFoundation/DVTFoundation-3532/Framework/Classes/Protocols/DVTInvalidation.m:243
Details:  <IDESourceControlCredentialsValidator, 0x7f9f18c44cb0> was never invalidated.

Backtrace for allocation (if _creationBacktrace is set):
 (null)
Object:   <IDESourceControlCredentialsValidator: 0x7f9f18c44cb0>
Method:   -dealloc
Thread:   <NSThread: 0x7f9f12c14bc0>{name = (null), num = 1}
Hints:   None
Backtrace:
  0  0x00000001108fb188 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in IDEKit)
  1  0x000000010f68d655 _DVTAssertionHandler (in DVTFoundation)
  2  0x000000010f68d984 _DVTAssertionFailureHandler (in DVTFoundation)
  3  0x000000010f7626a6 _DVTInvalidation_DeallocSuper (in DVTFoundation)
  4  0x00000001108982a3 -[IDESourceControlSSLAuthenticationWindowController .cxx_destruct] (in IDEKit)
  5  0x00007fff8703ffcc object_cxxDestructFromClass(objc_object*, objc_class*) (in libobjc.A.dylib)
  6  0x00007fff87039922 objc_destructInstance (in libobjc.A.dylib)
  7  0x00007fff87039fa0 object_dispose (in libobjc.A.dylib)
  8  0x000000010f6b7995 __DVTSetupKVODeallocAssertions_block_invoke_371 (in DVTFoundation)
  9  0x00007fff82d347fa -[NSResponder dealloc] (in AppKit)
 10  0x00007fff82c6a162 -[NSWindowController dealloc] (in AppKit)
 11  0x00007fff82dde901 -[NSWindowController release] (in AppKit)
 12  0x00007fff82f145b0 -[NSAutounbinder dealloc] (in AppKit)
 13  0x00007fff8703a230 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib)
 14  0x00007fff80818d72 _CFAutoreleasePoolPop (in CoreFoundation)
 15  0x00007fff811cd47a -[NSAutoreleasePool drain] (in Foundation)
 16  0x00007fff82d3527e -[NSApplication run] (in AppKit)
 17  0x00007fff82cd9bd6 NSApplicationMain (in AppKit)
 18  0x00007fff82bb27e1 start (in libdyld.dylib)
 19  0x0000000000000002

Status update:

I started Xcode without loading the opened projects Alt + Shift. After that i unchecked Enabled Source Control in Preferences. Since now i can work with Xcode. That's not a fix, but for now it is ok. I look for an answer in future. For now I have no problems ;)

解决方案

This Devforums post seems to have a possible solution.

For anybody else reading this before a fix is found. My specific issue was resolved by using the correct hostname for the cert on the server. Our internal DNS could direct a more logical hostname to the svn server but it was not the same hostname that was in our cert. Using the correct hostname in the cert did away with the crashing.

这篇关于XCode 5加载项目时崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆