xcode全部崩溃!

前端之家收集整理的这篇文章主要介绍了xcode全部崩溃!前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有 xcode 4的疯狂问题,当我想要构建和运行我的应用程序,如果模拟器打开xcode崩溃!!!!!我从来没有这个问题,我unistall的xcode 4.0然后安装新版本4.0.2但仍然有这个问题!
  1. ASSERTION FAILURE in /SourceCache/IDEKit/IDEKit-303/Framework/Classes/Workspace/IDEWorkspaceTabController.m:2327
  2. Details: Assertion Failed: [suppressionTargetValue isEqualToString:_kUserDefaults_IDESuppressStopExecutionWarningTargetValue_Add]
  3. Object: <IDEWorkspaceTabController: 0x201464400>
  4. Method: -_showWarningForBuild:forOtherExecution:trackersToStop:taskActionBlock:
  5. Thread: <NSThread: 0x200020700>{name = (null),num = 1}
  6. Hints: None
  7. Backtrace:
  8. 0 0x0000000100949773 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in IDEKit)
  9. 1 0x000000010006d394 _DVTAssertionFailureHandler (in DVTFoundation)
  10. 2 0x0000000100931e02 -[IDEWorkspaceTabController _showWarningForBuild:forOtherExecution:trackersToStop:taskActionBlock:] (in IDEKit)
  11. 3 0x00000001008e830b -[IDEWorkspaceTabController _performContextTask:command:commandName:] (in IDEKit)
  12. 4 0x00007fff88486e9a -[NSApplication sendAction:to:from:] (in AppKit)
  13. 5 0x00000001001cf63c -[DVTApplication sendAction:to:from:] (in DVTKit)
  14. 6 0x000000010085b656 -[IDEApplication sendAction:to:from:] (in IDEKit)
  15. 7 0x00007fff884ab41e -[NSMenuItem _corePerformAction] (in AppKit)
  16. 8 0x00007fff884ab188 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] (in AppKit)
  17. 9 0x00007fff88490e09 -[NSMenu performKeyEquivalent:] (in AppKit)
  18. 10 0x00007fff8848fbb1 -[NSApplication _handleKeyEquivalent:] (in AppKit)
  19. 11 0x00007fff88360645 -[NSApplication sendEvent:] (in AppKit)
  20. 12 0x000000010085b36e -[IDEApplication sendEvent:] (in IDEKit)
  21. 13 0x00007fff882f74da -[NSApplication run] (in AppKit)
  22. 14 0x00007fff882f01a8 NSApplicationMain (in AppKit)
  23. 15 0x0000000100000eec
  24. 16 0x0000000000000002

解决方法

XCode – 偏好 – 一般 – 对话警告 – 重置“不要问我”警告按钮点击!

解决了这个问题.

猜你在找的iOS相关文章