JTAppleCalendar icon indicating copy to clipboard operation
JTAppleCalendar copied to clipboard

Assertion failure in -[UICollectionViewData validateLayoutInRect:]

Open ahmedtalaatshaker opened this issue 5 years ago • 1 comments

(Required) Version Number: pod 'JTAppleCalendar', '~> 8.0.2'

Description

there is a crash on IOS Version less than 13 while showing a view contains "JTAppleCalendar" view

Assertion failure in -[UICollectionViewData validateLayoutInRect:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKitCore/UIKit-3698.140/UICollectionViewData.m:447

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UICollectionView received layout attributes for a cell with an index path that does not exist: <NSIndexPath: 0x2817cac00> {length = 2, path = 0 - 0}'

ahmedtalaatshaker avatar Oct 04 '20 11:10 ahmedtalaatshaker

Do you have a sample app with the bare minimum code that reproduces this?

patchthecode avatar Oct 04 '20 23:10 patchthecode