我正在构建一个通用应用程序。应用程序适用于iPhone 5和iPhone 4(不同的故事板)但在尝试为iPad 6.1运行时崩溃
这是错误:
-[AccountTableViewController topViewController]: unrecognized selector sent to instance 0xab52620
2013-08-19 21:13:35.527 [6871:c07] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[AccountTableViewController topViewController]: unrecognized selector sent to instance 0xab52620'
*** First throw call stack:
(0x2131012 0x1c26e7e 0x21bc4bd 0x2120bbc 0x212094e 0x2c1a 0xb68157 0xb68747 0xb6994b 0xb7acb5 0xb7bbeb 0xb6d698 0x2b10df9 0x2b10ad0 0x20a6bf5 0x20a6962 0x20d7bb6 0x20d6f44 0x20d6e1b 0xb6917a 0xb6affc 0x252d 0x2455)
libc++abi.dylib: terminate called throwing an exception
答案 0 :(得分:2)
您正在UINavigationController
实例topViewController
上调用UITableView
方法AccountTableViewController
。
没有代码,更具体一点有点困难,但也许你想在UITableView
的导航控制器上调用这个方法?