iphone – Xcode 4.0.2在发布时崩溃

前端之家收集整理的这篇文章主要介绍了iphone – Xcode 4.0.2在发布时崩溃前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
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

解决方法

您的计算机上似乎不存在CoreSymbolication.我会卸载并重新安装.

猜你在找的Xcode相关文章