IGListKit icon indicating copy to clipboard operation
IGListKit copied to clipboard

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

Open KasunNimantha opened this issue 3 years ago • 1 comments

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;

KasunNimantha avatar Oct 05 '21 05:10 KasunNimantha

I am facing the same

TheGttDanton avatar May 02 '22 10:05 TheGttDanton