打开助理编辑器时xcode崩溃

问题描述 投票:0回答:3

得到了新的Retina MacBook,它与xCode的搭配并不好。如果我创建一个新项目它可以工作,但如果我触发助理编辑器它将冻结。如果我保存一个新项目并重新打开它,它将冻结。我确实安装了4.5 DP并卸载了它和xcode的最新nonbeta版本,问题仍然存在。任何人都知道可能是什么问题?如果我创建一个新的用户帐户xcode表现正常。有人知道修复吗?崩溃对我来说太大了。

Date/Time:       2012-06-30 03:10:29 -0700
OS Version:      10.7.4 (Build 11E2620)
Architecture:    x86_64
Report Version:  9

Command:         Xcode
Path:            /Applications/Xcode.app/Contents/MacOS/Xcode
Version:         4.3.3 (1178)
Build Version:   3
Project Name:    IDEApplication
Source Version:  1178000000000000
App Item ID:     497799835
App External ID: 8553856
Parent:          launchd [111]

PID:             234
Event:           hang
Duration:        1.76s
Steps:           18 (100ms sampling interval)

Pageins:         44
Pageouts:        0


Process:         Xcode [234]
Path:            /Applications/Xcode.app/Contents/MacOS/Xcode
Architecture:    x86_64
UID:             501

  Thread 0x810        DispatchQueue 1
  User stack:
    18 ??? (in Xcode) [0x107b73eec]
      18 NSApplicationMain + 867 (in AppKit) [0x7fff85edf244]
        18 -[NSApplication run] + 555 (in AppKit) [0x7fff85c630c6]
          18 -[IDEApplication sendEvent:] + 366 (in IDEKit) [0x1085c2dd1]
            18 -[NSApplication sendEvent:] + 4282 (in AppKit) [0x7fff85ccc536]
              18 -[NSApplication _handleKeyEquivalent:] + 526 (in AppKit) [0x7fff85dd3175]
                18 -[NSMenu performKeyEquivalent:] + 281 (in AppKit) [0x7fff85dd4524]
                  18 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 125 (in AppKit) [0x7fff85e56932]
                    18 -[NSMenuItem _corePerformAction] + 399 (in AppKit) [0x7fff85e56bfb]
                      18 -[IDEApplication sendAction:to:from:] + 154 (in IDEKit) [0x1085c7096]
                        18 -[DVTApplication sendAction:to:from:] + 318 (in DVTKit) [0x107e76866]
                          18 -[NSApplication sendAction:to:from:] + 139 (in AppKit) [0x7fff85d69f7e]
                            18 -[NSObject performSelector:withObject:] + 61 (in CoreFoundation) [0x7fff8a15270d]
                              18 -[IDEWorkspaceTabController _changeToEditorMode:] + 361 (in IDEKit) [0x108728088]
                                18 _NSSetIntValueAndNotify + 259 (in Foundation) [0x7fff86f8353f]
                                  18 -[IDEEditorArea setEditorMode:] + 384 (in IDEKit) [0x108604a61]
                                    18 -[IDEEditorArea _refreshEditorContextsAndPreserveCurrentEditorHistoryStack:] + 642 (in IDEKit) [0x108604d8e]
                                      18 +[DVTLayoutView_ML _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:] + 108 (in DVTKit) [0x107e858ec]
                                        18 +[DVTLayoutView_ML 
xcode xcode4.3
3个回答
0
投票

我在Retina MacBook上遇到过类似的问题。解决方法是在Finder中为Xcode指定“以低分辨率打开”。来自http://support.apple.com/kb/HT5266

  1. 如果应用程序当前处于打开状态,请退出。
  2. 在Finder中,从“转到”菜单中选择“应用程序”。
  3. 在打开的“应用程序”文件夹中,单击应用程序的图标,使其突出显示。
  4. 从文件菜单中选择获取信息。
  5. 选中“以低分辨率打开”旁边的复选标记以启用低分辨率模式。
  6. 关闭窗口并双击应用程序以重新打开它。

这确实会对文本质量产生影响,尽管它并不可怕(主观)。希望Apple能尽快更新Xcode。


6
投票

对我来说,解决方案很简单:

  1. 关闭Xcode
  2. 从myProject.xcodeproj(或.xcworkspace,如果您使用cocoapods)删除以下文件夹/文件(右键单击该文件并选择“显示包内容”) / xcuserdata /project.xcworkspace
  3. 重新打开Xcode并享受

由于项目的用户数据内容损坏,导致崩溃。

此外,您应该注意,删除这些文件后,窗口大小和位置将重置,打开的选项卡将全部关闭。


-1
投票

我面临同样的问题....我按照截图进行更改后解决了 -

enter image description here

这个对我有用。

© www.soinside.com 2019 - 2024. All rights reserved.