控制台只说这个,而且应用程序不会在没有崩溃的情况下超过Default.PNG
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<Simple_RSSAppDelegate 0x5248d0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key viewController.'
2009-08-08 22:23:54.135 Simple RSS [13199:20b] Stack :( 2514415595, 2485665339, 2514414353, 2453313768, 2453312334, 2453856193, 818019035, 2514369317, 818013737, 818022028, 816113908, 816149067, 2453391502, 2513918197, 2513918632, 827745792, 827745989, 816114848, 816160924, 11212, 11066 )
请帮我!!!!!!!!!
答案 0 :(得分:1)
您的app委托中没有viewController
属性,但仍然可以从nib文件中使用它。
答案 1 :(得分:0)
嗯,没有更多信息,这个错误听起来很模糊。 This write-up may help you out in getting this resolved.