作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
下面列出了什么错误?
2011-02-23 21:24:12.218 Success[7238:207] * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </Users/jimkillen12/Library/Application Support/iPhone Simulator/4.2/Applications/BAA5E0E7-AF12-4301-A4F8-1B9797C9E82D/Success.app> (loaded)' with name 'MainWindow-iPad''
最佳答案
项目中缺少您的NIB文件之一,请添加所需的NIB文件:
在构建阶段
+
Shift+Cmd+K
清理构建,然后运行。
initWithNibName:@"ViewNameController"
时,还要确保
使用NIB文件的准确拼写
关于ipad - 无法在 bundle 中加载NIB: 'NSBundle',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5099707/
我是一名优秀的程序员,十分优秀!