Xcode 11.1在启动时崩溃-断言失败

时间:2019-10-03 17:25:25

标签: swift xcode macos ios13 beta

自从更新到xcode 11.1GM以来,我无法在不崩溃的情况下启动xcode。它带有“ xcode意外退出”报告,我相信与此有关的一点是:

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:
ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-15510/DVTFoundation/Assertions/DVTSoftAssertions.m:128
Details:  No path for file: LibrariesExemptedFromTriage.plist
Function: NSArray * _Nonnull _PlistDataFromFile(NSString * _Nonnull __strong)
Thread:   <NSThread: 0x7fa899d02890>{number = 1, name = main}

但是我不知道该如何解决。在线搜索不会显示此错误的任何内容。我的系统是最新的,从那以后我尝试下载今天发布的整个xcode 11.2 beta,但是由于此错误仍然无法启动。

我被困了2天,无法继续开发。

0 个答案:

没有答案