-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] CollectionView with CollectionViewHandler2 configured, is crashing app on iOS 15 (15.2) #26997
Comments
We also have this issue with iOS 16.x devices. |
I decided to apply suggested fix and use CarouselViewHandler2 with CarouselView (so basically I've added null check for CarouselViewController2 -> NumberOfSections). After that another issue has appeared (I can create a separate issue for that if needed, but I feel they are connected). Steps to reproduce:
Actual behaviour: app is crashed with the following:
|
Description
iOS 15 and iOS 15.2 (tested only those versions) make application crash when rendering CollectionView with CollectionViewHandler2 configured. Meanwhile iOS 17 and iOS 18 works fine.
Steps to Reproduce
Actual result: application is failed to start for iOS 15/15.2.
Expected result: application works fine like on iOS 17/18.
Please check reproduction repository with iOS 15.2 simulator run.
Link to public reproduction project repository
https://github.com/vitalbit/CollectionViewHandler2_IOS15_Sample
Version with bug
9.0.21 SR2.1
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 15, iOS 15.2
Did you find any workaround?
Nope :(
Relevant log output
The text was updated successfully, but these errors were encountered: