【发布时间】:2013-07-16 07:31:21
【问题描述】:
我有一个 XIB 文件,直到今天它都运行良好 - 当我尝试在 Xcode 中打开它时,出现了沙滩球,1 分钟后 Xcode 崩溃了。其他人XIBs 工作得很好。此外,如果我只是在我的设备上构建和运行项目,它也可以工作(并且 XIB 在应用程序上工作)。
这是错误信息:
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
ProductBuildVersion: 4G1004
ASSERTION FAILURE in /SourceCache/IDEInterfaceBuilderCocoaTouch/IDEInterfaceBuilderCocoaTouch-1929/IBPlugin/Utilities/IBObjectMarshalling.m:651
Details: Failed to arbitrate IBNSLayoutConstraint, IBUIButton, IBUIImageView, IBUILabel, IBUITextField, and IBUIView.
Interface Builder encountered an error communicating with the iOS Simulator. If you choose to file a crash report or radar for this issue, please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" and include their content in your crash report.
Exception name: NSInternalInconsistencyException
我会感激任何想法和想法!
【问题讨论】:
-
您最近是否在其他 Xcode 版本中打开了那个 xib 文件?尤其是在一些尚未发布的开发者预览版中?
-
@HermannKlecker 不,我没有。我现在有一个 Lion 版本,不幸的是,我无法设置 Xcode 5。
标签: objective-c xcode crash xib