IGListKit
IGListKit copied to clipboard
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: Xcode 13, iOS 15
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
- (void)performUpdatesAnimated:(BOOL)animated completion:(nullable IGListUpdaterCompletion)completion;
I am facing the same