-
Notifications
You must be signed in to change notification settings - Fork 166
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
ios 15会闪退 #54
Comments
[super invalidateLayoutWithContext:context]; |
怎么会闪退呢?我在模拟器上测试15.5都运行正常,你用我的demo会闪退吗 |
再试看看 |
更新1.4.6 |
因为一直没找到问题用别的第三方先替代了一下,最近找到了这个问题好像是因为我用了预估高度导致的,在ios15以下都可以的ios15以上的就会报错 |
把这一行注释掉就可以了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在ios15以下可以正常工作但是ios15会闪退报错
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UICollectionView (<UICollectionView 0x14433f000>) is stuck in its update/layout loop. This can happen for many reasons, including self-sizing views whose preferred attributes are not returning a consistent size. To debug this issue, check the Console app for logs in the "UICollectionViewRecursion" category.'
不知道是什么原因
The text was updated successfully, but these errors were encountered: