Tim*_*Tim 4 iphone xcode objective-c
*由于未捕获的异常'NSInternalInconsistencyException'而终止应用程序,原因:'无法在bundle中加载NIB:'NSBundle(loaded)',名称为'ViewLecturer'
ViewLecturer *viewLecturer = [[ViewLecturer alloc]initWithNibName:@"ViewLecturer" bundle:nil];
[self.navigationController pushViewController:viewLecturer animated:YES];
Run Code Online (Sandbox Code Playgroud)
我检查了文件类型,它是file.xib.
双重检查xib名称是ViewLecturer但我仍然经常在设备上得到错误.虽然在刺激器上工作正常.
小智 11
ViewLecturer *viewLecturer = [[ViewLecturer alloc]
initWithNibName:@"ViewLecturer" bundle:nil];
Run Code Online (Sandbox Code Playgroud)
你必须要处理两件事:
| 归档时间: |
|
| 查看次数: |
16071 次 |
| 最近记录: |