分类: 嵌入式
2011-07-26 20:05:59
由于删除了mainwindow.xib文件,使用代码生成了UIWindow,运行后,出现如下错误:
2011-07-26 20:03:43.780 TestUdpClient[864:207] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle (loaded)' with name 'MainWindow''
解决方法:
1) plist中删除Main nib file base name
2) main.c中, UIApplicationMain最后一个参数设置为UIApplicationDelegate的字符串名称。