我的应用程序在 ios 5.1 和 xcode 4.4.1 中运行良好现在当我更新 ro ios 6 和 xcode 4.5 时,它在更改视图时崩溃。我使用故事板来制作我的 UI。在第一个视图中,我得到 TableViewController,当我选择一个单元格时,它应该转到另一个包含 3 个按钮、1 个滑块、1 个 UITableView 和 2 个标签的视图。这些东西通过 IBOutlet 连接到控制器。在第二种观点中,我认为这种方法结束后发生了崩溃
-(void)viewWillAppear:(BOOL)animated
以及此时的代码库
0x347735aa: ldr r4, [r0]
我该怎么办 ?编辑:这是我的堆栈跟踪
0 objc_msgSend
1 -[UITableView _selectRowAtIndexPath:animated:scrollPosition:notifyDelegate:]:
2 -[UITableView _userSelectRowAtPendingSelectionIndexPath:]:
3 __NSFireDelayedPerform:
4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__:
5 __CFRunLoopDoTimer:
6 __CFRunLoopRun:
7 CFRunLoopRunSpecific:
8 CFRunLoopRunInMode:
9 GSEventRunModal:
10 UIApplicationMain:
11 main at main.m:14: