美文网首页
[九九Tips] -iOS Could not load NIB

[九九Tips] -iOS Could not load NIB

作者: 九九丸子 | 来源:发表于2016-07-06 22:40 被阅读1371次

[九九Tips]- http://www.jianshu.com/users/bab86b3e8aa3/latest_articles

错误1:

Terminating app due to uncaught exception 'NSInternalInconsistencyException', 
reason: 'Could not load NIB in bundle: 'NSBundle 
</Users/vivian/Library/Developer/CoreSimulator/
Devices/B7FEDAC7-DD36-4349-BC0E-7AFD6F32B528/data/Containers/Bundle/Application/972A0F81-E4BD-41B8-AB4A-F6C428EB6E48/xxxx.app> (loaded)' with name '__NSCFConstantString''

造成这种错误是由于:下面VVOtherCell的文件名写错.


 [self.tableView registerNib:[UINib nibWithNibName:NSStringFromClass([VVOtherCell class]) bundle:nil] forCellReuseIdentifier:VVOtherCellId];

相关文章

网友评论

      本文标题:[九九Tips] -iOS Could not load NIB

      本文链接:https://www.haomeiwen.com/subject/wkokjttx.html