forkingdog / UITableView-FDTemplateLayoutCell

Template auto layout cell for automatically UITableViewCell height calculating
MIT License
9.93k stars 2.01k forks source link

crash #363

Open pengshengsongcode opened 6 years ago

pengshengsongcode commented 6 years ago

出错堆栈

0 CoreFoundation _exceptionPreprocess + 124 1 libobjc.A.dylib objc_exception_throw + 56 2 CoreFoundation +[NSException raise:format:] 3 Foundation -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 112 4 UIKit -[UITableView _endCellAnimationsWithContext:] + 15124 5 UIKit -[UITableView _updateRowsAtIndexPaths:withUpdateAction:rowAnimation:usingPresentationValues:] + 1068 6 UIKit -[UITableView reloadRowsAtIndexPaths:withRowAnimation:] + 148 7 HBCGAPP -[UITableView(FDIndexPathHeightCacheInvalidation) fd_reloadRowsAtIndexPaths:withRowAnimation:] (UITableView+FDIndexPathHeightCache.m:271 [Inline: FD_TEMPLATE_LAYOUT_CELL_PRIMARY_CALL_IF_CRASH_NOT_OUR_BUG]) 8 HBCGAPP -[NIMSessionLayoutImpl update:] (NIMSessionLayoutImpl.m:253) 9 HBCGAPP -[NIMSessionInteractorImpl checkReceipt] (NIMSessionInteractorImpl.m:167) 10 HBCGAPP -[NIMSessionViewController uiCheckReceipt] (NIMSessionViewController.m:683) 11 HBCGAPP -[NIMSessionViewController didFetchMessageData] (NIMSessionViewController.m:176) 12 HBCGAPP 45-[NIMSessionInteractorImpl autoFetchMessages]_block_invoke (NIMSessionInteractorImpl.m:237) 13 HBCGAPP 41-[NIMSessionMsgDatasource resetMessages:]_block_invoke (NIMSessionMsgDatasource.m:59) 14 HBCGAPP 41-[HBCIMMessageProvider pullDown:handler:]_block_invoke.37 (HBCIMMessageProvider.m:70) 15 libdispatch.dylib dispatch_call_block_and_release + 24 16 libdispatch.dylib dispatch_client_callout + 16 17 libdispatch.dylib dispatch_main_queue_callback_4CF$VARIANT$armv81 + 968 18 CoreFoundation _CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 12 19 CoreFoundation _CFRunLoopRun + 2012