-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
求助!有的界面根本没import 但还是会执行里面的方法,然后crash! #165
Comments
// We just forward primary call, in crash report, top most method in stack maybe FD's, 在这里崩溃说明,你包含这个框架的页面还没有dealloc,你的代码真的存在问题,看看是不是在你reload的时候数据源发生改变 |
我在使用 RETableView 时也出现了这样的问题,没有使用FD确在reload时候导致崩溃,还在排查中。。。。 |
+1,使用 1.4 版本,在 iOS 7 下会出现 crash,iOS 8 不会。 错误信息如下: |
希望能跟进处理下这个问题 |
是数据源的问题。在insert之前,有替换过数据源就会导致此错误。 |
确实不知道为什么有时会进入到这个方法中造成崩溃 |
并没有修改数据源有时也会出现这个问题 |
为什么我有个界面明明没用这个FD 但在调用reloadRowsAtIndexPaths:@[indexpath] withRowAnimation:UITableViewRowAnimationAutomatic]还是会走到FD的- (void)fd_reloadRowsAtIndexPaths:(NSArray *)indexPaths withRowAnimation:(UITableViewRowAnimation)animation这个方法中,然后就会时不时的crash!求助啊
The text was updated successfully, but these errors were encountered: