2017-09-05 50 views
4

我無法啓動XCode。當它開始它只是與此錯誤崩潰:由於'只能有一個文檔使用給定的URL註冊'導致Xcode崩潰。

Application Specific Information: 
ProductBuildVersion: 8E3004b 
ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-12175.1/IDEKit/Application/IDEDocumentController.m:2136 
Details: There can only be one document registered with a given URL. newDocument:<IDEWorkspaceDocument: 0x7ff6612d6cd0>( 0 -[IDEWorkspaceDocument init] (in IDEKit) 
    1 -[NSDocument initForURL:withContentsOfURL:ofType:error:] (in AppKit) 
    2 -[IDEWorkspaceDocument initForURL:withContentsOfURL:ofType:error:] (in IDEKit) 
    3 -[NSDocumentController makeDocumentForURL:withContentsOfURL:ofType:error:] (in AppKit) 
    4 __104-[NSDocumentController makeDocumentForURL:withContentsOfURL:alternateContents:ofType:completionHandler:]_block_invoke (in AppKit) 
    5 -[NSDocumentController makeDocumentForURL:withContentsOfURL:alternateContents:ofType:completionHandler:] (in AppKit) 
    6 __89-[NSDocumentController reopenDocumentForURL:withContentsOfURL:display:completionHandler:]_block_invoke (in AppKit) 

enter image description here

我怎樣才能獲得的Xcode重新開始?

編輯:

Xcode的版本是8.3.3

enter image description here

+0

請重新啓動您的系統... –

+0

@PalSinghAnand你知道這個異常的根本原因嗎?只是好奇,想要理解。 –

+0

現在使用的是什麼版本的xcode? –

回答

4

刪除此文件夾

/Users/<your user name>/Library/Saved\ Application\ State/com.apple.dt.Xcode.savedState 
+0

遇到此問題使用Xcode版本9.0(9A235)並且可以確認刪除應用程序的保存狀態文件夾工作完好 – Simo

+0

幸運的是,沒有爲我解決 –

+0

爲我工作Xcode 9.0.1 – Sunkas

18

對我來說,解決辦法是刪除所有自定義顏色採摘者:

~/Library/ColorPickers/ 
+0

這很有趣!它們來自哪裏? –

+0

@AnonyKong我很早以前就必須安裝它們出於某種原因,我認爲是無法使用RGB值設置顏色的時候。 – Kukosk

+1

我的這個崩潰的實例是通過打開特定的故事板觸發的。刪除該文件夾中的Zeplin顏色選擇器的技巧。 –

相關問題