JTAppleCalendar icon indicating copy to clipboard operation
JTAppleCalendar copied to clipboard

Crashlytics Shaws crash in setupDataFromDelegate()

Open salembinmusaed1 opened this issue 6 years ago • 1 comments

Crashed: com.apple.main-thread 0 JTAppleCalendar 0x1020d454c $s15JTAppleCalendar15JTACMonthLayoutC21setupDataFromDelegateyyF + 1048 1 JTAppleCalendar 0x1020d3f74 $s15JTAppleCalendar15JTACMonthLayoutC7prepareyyF + 424 2 JTAppleCalendar 0x1020d4124 $s15JTAppleCalendar15JTACMonthLayoutC7prepareyyFTo + 28 3 UIKit 0x18b0f2db4 -[UICollectionViewData _prepareToLoadData] + 160 4 UIKit 0x18b0f23cc -[UICollectionViewData validateLayoutInRect:] + 104 5 UIKit 0x18b0f1d80 -[UICollectionView layoutSubviews] + 260 6 JTAppleCalendar 0x1020cc89c $s15JTAppleCalendar13JTACMonthViewC14layoutSubviewsyyF + 52 7 JTAppleCalendar 0x1020cc9d4 $s15JTAppleCalendar13JTACMonthViewC14layoutSubviewsyyFTo + 28 8 UIKit 0x18b094f00 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1276 9 QuartzCore 0x185bf9998 -[CALayer layoutSublayers] + 184 10 QuartzCore 0x185bfdb20 CA::Layer::layout_if_needed(CA::Transaction*) + 332 11 QuartzCore 0x185b6a36c CA::Context::commit_transaction(CA::Transaction*) + 336 12 QuartzCore 0x185b91b90 CA::Transaction::commit() + 540 13 UIKit 0x18b08a5c8 _afterCACommitHandler + 256 14 CoreFoundation 0x181b5dedc CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 32 15 CoreFoundation 0x181b5b894 __CFRunLoopDoObservers + 412 16 CoreFoundation 0x181b5be50 __CFRunLoopRun + 1292 17 CoreFoundation 0x181a7be58 CFRunLoopRunSpecific + 436 18 GraphicsServices 0x183928f84 GSEventRunModal + 100 19 UIKit 0x18b0fb67c UIApplicationMain + 236 20 Ajeek 0x100fe5c74 main + 19 (AppDelegate.swift:19) 21 libdyld.dylib 0x18159856c start + 4

**(Required) Version Number:8.0.3

Having an issue in the following function in JTACMonthLayout class :

setupDataFromDelegate(), and I couldn't find the cause of. Any help on this?

salembinmusaed1 avatar Jan 19 '20 09:01 salembinmusaed1

one crash or multiple? looks like it crashed on start.

patchthecode avatar Jan 24 '20 14:01 patchthecode