简体   繁体   English

打开情节提要时,Xcode 6.1变得无响应

[英]Xcode 6.1 Becomes Unresponsive when I open the storyboard

When i open the story board in my xcode 6.1, Xcode become un responsive and if I force quit the xcode it gives the following error message Any help would be appriciated thanks in advance 当我在xcode 6.1中打开情节提要时,Xcode变得无法响应,并且如果我强制退出xcode,则会显示以下错误消息:需要任何帮助,谢谢您

Date/Time:       2015-03-18 17:55:36 +0530
OS Version:      10.10.2 (Build 14C1510)
Architecture:    x86_64
Report Version:  21

Command:         Xcode
Path:            /Applications/Xcode.app/Contents/MacOS/Xcode
Version:         6.0.1 (6528)
Build Version:   2
Project Name:    IDEFrameworks
Source Version:  6528000000000000
Parent:          launchd [1]
PID:             525

Event:           hang
Duration:        1.00s (process was unresponsive for 22 seconds before sampling)
Steps:           11 (100ms sampling interval)

Hardware model:  Macmini5,1
Active cpus:     4

Fan speed:       1802 rpm

--------------------------------------------------
Timeline format: stacks are sorted chronologically
Use -i and -heavy to re-report with count sorting
--------------------------------------------------

When I do the same in Xcode 6.1.1 I am getting the following Error 当我在Xcode 6.1.1中执行相同操作时,出现以下错误

Date/Time:       2015-03-18 19:01:10 +0530
OS Version:      10.10.2 (Build 14C1510)
Architecture:    x86_64
Report Version:  21

Command:         Xcode
Path:            /Applications/Xcode 2.app/Contents/MacOS/Xcode
Version:         6.1.1 (6611)
Build Version:   4
Project Name:    IDEFrameworks
Source Version:  6611000000000000
Parent:          launchd [1]
PID:             1344

Event:           hang
Duration:        1.80s (process was unresponsive for 38 seconds before sampling)
Steps:           19 (100ms sampling interval)

Hardware model:  Macmini5,1
Active cpus:     4

Fan speed:       4312 rpm

--------------------------------------------------
Timeline format: stacks are sorted chronologically
Use -i and -heavy to re-report with count sorting
--------------------------------------------------

It looks like you are using Xcode 6.0.1 rather than Xcode 6.1. 看来您使用的是Xcode 6.0.1,而不是Xcode 6.1。 If possible, please update to the latest Xcode (6.2 currently). 如果可能,请更新到最新的Xcode(当前为6.2)。

If you can't, sometimes this issue happens when someone opens the storyboard/xib in a newer Xcode version and commits those changes. 如果不能这样做,那么当有人在较新的Xcode版本中打开情节提要/ xib并提交这些更改时,有时会发生此问题。 If you use any type of cvs, try to check the log on the file or even revert it to a previous state. 如果您使用任何类型的CVS,请尝试检查文件上的日志,甚至将其还原为以前的状态。

Okay don't hit me in the face for saying this, but my Xcode often crashes when it is running in fullscreen. 好的,不要直言不讳,但我的Xcode在全屏模式下运行时经常崩溃。 Simply going in windowed mode (and dragging to the edge to mimic the fullscreen effect) resolved most of my crashes. 只需进入窗口模式(并拖动到边缘以模仿全屏效果),就可以解决大多数崩溃问题。

Thanks to my boss for letting me work on a toaster. 感谢我的老板让我在烤面包机上工作。

Though I don't expect this to be your issue, this moved fixed a LOT of crashes for me. 尽管我不希望这是您的问题,但此举为我解决了很多崩溃问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM