gpt4 book ai didi

Xcode 4.5 损坏 XIB?

转载 作者:行者123 更新时间:2023-12-03 06:19:51 25 4
gpt4 key购买 nike

我正在使用新的 xcode 4.5,我在某些 View Controller 上有以下代码行:

DiscoverCell* cell=[table dequeueReusableCellWithIdentifier:@"DiscoverCell"];
if(cell==nil){
NSArray *nib = [[NSBundle mainBundle] loadNibNamed:@"DiscoverCell"
owner:self
options:nil];
cell = [nib objectAtIndex:0];
}

当我运行应用程序时,它抛出:由于未捕获的异常“NSInternalInconsistencyException”而终止应用程序,原因:“NIB 数据无效。”在 LoadNib 线上,那是什么?这个 xcode 是苹果垃圾吗?

最佳答案

我遇到了同样的问题,并通过取消选中实用程序中文档检查器 Pane 上的“使用自动布局”复选框来修复它。

关于Xcode 4.5 损坏 XIB?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11137669/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com