[九九Tips] -iOS Could not load NIB in bundle

[九九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 
 (loaded)' with name '__NSCFConstantString''

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


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

你可能感兴趣的:([九九Tips] -iOS Could not load NIB in bundle)