选择主storyboard或xib时,XCode 6 GM崩溃 [英] XCode 6 GM crashes when selecting the main storyboard or a xib

查看:242
本文介绍了选择主storyboard或xib时,XCode 6 GM崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚下载XCode 6 GM,每次选择主要故事板(和一个特定的xib)XCode崩溃。



以下信息



中的ASSERTION FAILURE / SourceCache/IDEInterfaceBuilderCocoaTouch/IDEInterfaceBuilderCocoaTouch-6238/InterfaceBuilder/Documents/IBCocoaTouchPlatform.m:531
详细信息:返回状态计算结果不是
IBMarshallingResult,它是{


任何遇到相同问题的人吗?

解决方案

我听说这可能是一个autolayout问题,所以我试图手动禁用它, p>

如果你右键点击storyboard文件,打开作为源代码,并删除useAutolayout =YES,然后清理,重建,你应该能够打开没有问题。


I just downloaded the XCode 6 GM and every time I select the main storyboard (and a specific xib) XCode crashes.

The error to be sent to Apple contains the following info

ASSERTION FAILURE in /SourceCache/IDEInterfaceBuilderCocoaTouch/IDEInterfaceBuilderCocoaTouch-6238/InterfaceBuilder/Documents/IBCocoaTouchPlatform.m:531 Details: Returned status computation result is not an IBMarshallingResult, it's {

Anyone experiencing the same problem?

解决方案

I've heard that it could be an autolayout problem, so I tried to disable it manually and it worked!

If you right click on the storyboard file, open as source code, and REMOVE the useAutolayout="YES", then clean, rebuild, you should be able to open with no problems.

这篇关于选择主storyboard或xib时,XCode 6 GM崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆