2014-09-19 168 views
0

嗨在OS X 10.9.4上打開特定項目Xcode 5.11。還試圖出口佔我得到無法從鑰匙扣出口身份Xcode 5.11在打開項目時崩潰

錯誤而開口

Process:   Xcode [4305] 
Path:   /Applications/Xcode.app/Contents/MacOS/Xcode 
Identifier:  com.apple.dt.Xcode 
Version:   5.1.1 (5085) 
Build Info:  IDEFrameworks-5085000000000000~10 
App Item ID:  497799835 
App External ID: 520942841 
Code Type:  X86-64 (Native) 
Parent Process: launchd [493] 
Responsible:  Xcode [4305] 
User ID:   501 

Date/Time:  2014-09-19 08:00:57.254 +0300 
OS Version:  Mac OS X 10.9.4 (13E28) 
Report Version: 11 
Anonymous UUID: 3E0DC55B-B018-5F35-E64F-7B2D712CA26C 


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

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

Application Specific Information: 
ProductBuildVersion: 5B1008 
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): -[NSFileWrapper fileWrappers] *** this method is only for directory type NSFileWrappers 
UserInfo: (null) 
Hints: None 

回答

0

我以前去過那裏。嘗試刪除一個名爲xcuserdata文件,它是你的項目的一部分:

  • 打開Finder窗口,並導航到你的項目
  • 在.xcproject文件
  • 選擇「顯示包內容」
  • 右擊
  • 一個新的Finder窗口打開
  • 刪除.xcuserdata文件並關閉Finder窗口

現在再次打開你的項目 - hopef ully - Xcode不應該再崩潰。

http://pinkstone.co.uk/xcode-crashes-every-time-you-open-it-and-how-to-fix-it/