Instagram / IGListKit

A data-driven UICollectionView framework for building fast and flexible lists.
https://instagram.github.io/IGListKit/
MIT License
12.84k stars 1.54k forks source link

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: Xcode 13, iOS 15 #1534

Open KasunNimantha opened 2 years ago

KasunNimantha commented 2 years ago

Issue:

After I upgrade to Xcode 13. I get app crashes on iOS 15 Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[****Cell isSelected]: unrecognized selector sent to instance 0x7ff72a2ba1f0

No issues in iOS 11, 12, 13, 14

version: cocpods IGListKit version 4.0.0

I am using IGList collections in several places. After calling perform updates in ios 15 in all the places I get this error

TheGttDanton commented 2 years ago

I am facing the same