0

我在加载 UITableView 时收到以下错误:

*** -[NSObject respondsToSelector:]: message sent to deallocated instance 0x23fa7cff0

我使用 NSZombies 来追踪错误到该行:

SHFeedCell *cell = (SHFeedCell *)[tableView dequeueReusableCellWithIdentifier:CellIdentifier];

先前已声明 CellIdentifier 的位置:

CellIdentifier = [SHFeedCell getCellIdentifierForPost:currentPost];

我已经包含了来自仪器的图像。任何帮助是极大的赞赏!

在此处输入图像描述

日志输出:

2015-01-09 12:34:49.896 Shout[73650:6147424] -[SHFeedTableViewController tableView:cellForRowAtIndexPath:] line 478 $ cell identifier: feedCellImageDescription
2015-01-09 12:34:49.974 Shout[73650:6147424] -[SHFeedTableViewController tableView:cellForRowAtIndexPath:] line 481 $ cell: <SHFeedCell: 0x25150bc40; baseClass = UITableViewCell; frame = (0 0; 320 495); autoresize = RM+BM; layer = <CALayer: 0x25151bfe0>>
2015-01-09 12:34:50.051 Shout[73650:6147424] *** -[NSObject respondsToSelector:]: message sent to deallocated instance 0x2514edff0
4

0 回答 0