我使用TabBarController
,它在我的iPod中工作正常。TabbarController在3.0崩潰
但我的應用程序崩潰3.0。請幫忙嗎?
self.window.rootViewController = self.tabBarController; //crashing here
和日誌顯示
-[UIWindow setRootViewController:]: unrecognized selector sent to instance 0x127c80
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -
[UIWindow setRootViewController:]: unrecognized selector sent to instance 0x127c80'
根據例外情況,您想要設置爲rootview控制器的值不是初始化的,也不是NULL。 –
亞,但它在我的iPod中運行良好,僅在3.0崩潰。 – PJR
實現NSZombieEnabled = YES,它會告訴你確切的崩潰原因。 –