Xcode 4.0.2在启动时崩溃

mac*_*264 4 iphone macos xcode

Xcode在发布时崩溃,我不知道为什么.我下载了4.0.2 + iOS SDK(4.3)并安装了它.然后我试着打开它,它在发射时崩溃了......这是我的控制台日志,它与崩溃有关

enter cdyld: Library not loaded: /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 6/14/11 6:10:55 PM  [0x0-0x287287].com.apple.dt.Xcode[18402]
  Referenced from: /iPhoneSDK/Applications/Xcode.app/Contents/MacOS/../../../../Library/PrivateFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation  6/14/11 6:10:55 PM  [0x0-0x287287].com.apple.dt.Xcode[18402]
  Reason: image not found   6/14/11 6:10:55 PM  [0x0-0x287287].com.apple.dt.Xcode[18402]
catch_mach_exception_raise_state_identity(): PID: 18405 thread: 0x16c77 type: 0xa code: 0x1000f7044 codeCnt: 0x2 flavor: 0x1000f7054 old_state: 0x1000f705c old_stateCnt: 0x2c new_state: 0x1000f802c new_stateCnt: 0x1000f8028 6/14/11 6:10:55 PM  com.apple.launchd.peruser.501[167]
(com.apple.ReportCrash.Self[18405]) Job appears to have crashed: Trace/BPT trap 6/14/11 6:10:55 PM  com.apple.launchd.peruser.501[167]
catch_mach_exception_raise_state_identity(): PID: 18404 thread: 0x17037 type: 0xa code: 0x7fff5fbfdf14 codeCnt: 0x2 flavor: 0x7fff5fbfdf24 old_state: 0x7fff5fbfdf2c old_stateCnt: 0x2c new_state: 0x7fff5fbfe43c new_stateCnt: 0x7fff5fbfe438  6/14/11 6:10:55 PM  com.apple.launchd.peruser.501[167]
(com.apple.ReportCrash[18404]) Job appears to have crashed: Trace/BPT trap  6/14/11 6:10:55 PM  com.apple.launchd.peruser.501[167]
catch_mach_exception_raise_state_identity(): PID: 18402 thread: 0x1703b type: 0xa code: 0x7fff5fbfdf14 codeCnt: 0x2 flavor: 0x7fff5fbfdf24 old_state: 0x7fff5fbfdf2c old_stateCnt: 0x2c new_state: 0x7fff5fbfe43c new_stateCnt: 0x7fff5fbfe438  6/14/11 6:10:55 PM  com.apple.launchd.peruser.501[167]
([0x0-0x287287].com.apple.dt.Xcode[18402]) Job appears to have crashed: Trace/BPT trap  6/14/11 6:10:55 PM  com.apple.launchd.peruser.501[167]ode here
Run Code Online (Sandbox Code Playgroud)

Jer*_*man 5

它看起来像CoreSymbolication你的机器上不存在.我会卸载并重新安装.

  • 您可以运行`sudo/Developer/Library/uninstall-devtools`来删除当前的XCode.该脚本的描述说:"删除可重定位的Xcode工具或Developer安装,以便后续安装更新的开发人员工具版本将正常工作." (5认同)