UITableView报错 *** Assertion failure in -[GODContactsTableView _configureCellForDisplay:forIndexPa...

Xcode崩溃报错:

Assertion failure in -[GODContactsTableView _configureCellForDisplay:forIndexPath:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3698.54.4/UITableView.m:9453

原因是在- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath方法里面没有成功return cell,或者return nil;

你可能感兴趣的:(UITableView报错 *** Assertion failure in -[GODContactsTableView _configureCellForDisplay:forIndexPa...)