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