打开特定项目时Xcode崩溃

时间:2017-08-25 12:52:05

标签: ios xcode

我正在开发一个项目,我正在使用Xcode 8.3.3。我还在我的机器上安装了Xcode 9 beta。昨天Xcode完全没问题,但是今天当我尝试在几秒钟后首次打开Xcode时它会崩溃。我不明白什么是错的。我测试的一件事是我的其他项目完全打开,但是当我尝试打开我的工作项目时就会发生这种情况。

这是错误:

    Time Awake Since Boot: 1500 seconds

     System Integrity Protection: enabled

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

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

     Application Specific Information:
ProductBuildVersion: 8E3004b
ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-12175.1/IDEKit/Editor/IDEEditorGeniusMode.m:730
Details:  nil != structureRootNavigableItem, domainIdentifier:Xcode.IDEKit.NavigableItemDomain.SwiftSourceInterface
Object:   <IDEEditorGeniusMode: 0x7fef5b98a060>
Method:   -_resetManualCategoryNavigableItemForEditorContext:toDomainWithIdentifier:
Thread:   <NSThread: 0x7fef54e03230>{number = 1, name = main}
Hints:   

Backtrace:
  0   -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit)

之后还有很多行。

0 个答案:

没有答案