我有时会因为这个错误而让我的程序崩溃。
我不知道 79477bd-8433-4c41-ad1f-864996d663ae 是什么
self.searchBrochures = [brochuresIDs convertToFaultForClassWithThisIDs:[Image class]];
//PO(self.searchBrochures);
[self.myTableView reloadData]; //It crashes here
我在以下位置设置断点:
- (UITableViewCell *)tableView:(UITableView *)tableView
cellForRowAtIndexPath:(NSIndexPath *)indexPath
和
- (NSInteger)tableView:(UITableView *)tableView
numberOfRowsInSection:(NSInteger)section
但是,仅调用 numberOfRowsInSection。cellForRowAtIndexPath 甚至没有被调用。然而事情还是崩溃了。
我想知道出了什么问题,我该如何调试?
当崩溃时它直接进入主程序,即使我对所有异常都有中断。
这是一个截图