作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有 2 个 iOS 项目。我们称它们为 A 和 B。A 是图书馆项目,包括 2 个产品:
B 是使用项目 A 的库和捆绑文件的应用项目。
项目 A 有两个东西:一个表(自定义的 UIViewController 类和一个 .xib 文件)和一个单元格(自定义的 UITableViewCell 和 .xib 文件)
问题是:
项目 B 可以从库和包中加载表,但不能为该表加载单元格。
这是一个开源项目,我卡了几天,请帮帮我。 https://github.com/G3Feng/granpost-ios
错误:
2013-09-18 07:28:50.184 TabbedDemo[34408:c07] |cell| load bundle:NSBundle </Users/Feng/Library/Application Support/iPhone Simulator/6.1/Applications/359F9352-F3BA-4478-AA51-A182D8CFA4AA/TabbedDemo.app/GPResource.bundle> (not yet loaded)
2013-09-18 07:28:50.185 TabbedDemo[34408:c07] Unknown class articleListCell in Interface Builder file.
2013-09-18 07:28:50.204 TabbedDemo[34408:c07] Could not load the "commentbubble-01.png" image referenced from a nib in the bundle with identifier "(null)"
2013-09-18 07:28:50.206 TabbedDemo[34408:c07] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UITableViewCell 0x71598b0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key bottomBar.'
*** First throw call stack:
(0x1c97012 0x10d4e7e 0x1d1ffb1 0xb80e41 0xb025f8 0xb020e7 0x68f23 0xb2cb58 0x236019 0x10e8663 0x1c9245a 0x234b1c 0x2368da 0x39a0 0xd38fb 0xd39cf 0xbc1bb 0xccb4b 0x692dd 0x10e86b0 0x2293fc0 0x228833c 0x2288150 0x22060bc 0x2207227 0x22a9b50 0x2eedf 0x1c5fafe 0x1c5fa3d 0x1c3d7c2 0x1c3cf44 0x1c3ce1b 0x1bf17e3 0x1bf1668 0x18ffc 0x2b1d 0x2a45)
libc++abi.dylib: terminate called throwing an exception
最佳答案
这个终于解决了问题:https://stackoverflow.com/a/6092090/1571946
==>
这实际上与 Interface Builder 没有任何关系,这里发生的是 Xcode 没有从静态库加载符号。
要解决此问题,您需要将 -all_load -ObjC
标志添加到 Other Linker Flags
键, 中的项目(可能还有目标)build设置
。
关于ios - 无法从静态库和包中加载 subview 类和 xib,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18876715/
我是一名优秀的程序员,十分优秀!