Posts

Post not yet marked as solved
3 Replies
3.5k Views
I have a crash that I cannot replicate in emulators or devices, it happens in the cellForRowAt of my main controller. Generate the version with Xcode 11 (gm seed 2), and the error is presented in all models with iOS between 10 and 12.Crashed: com.apple.main-threadEXC_BREAKPOINT 0x00000001014929b4Crashed: com.apple.main-thread0 kavakApp 0x1014929b4 Controller.tableView(_:cellForRowAt:) (<compiler-generated>)1 kavakApp 0x101492a44 @objc Controller.tableView(_:cellForRowAt:) (<compiler-generated>)2 UIKitCore 0x1eef22618 -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:] + 6803 UIKitCore 0x1eef22b18 -[UITableView _createPreparedCellForGlobalRow:willDisplay:] + 804 UIKitCore 0x1eeeef294 -[UITableView _updateVisibleCellsNow:isRecursive:] + 21205 UIKitCore 0x1eef0c640 -[UITableView layoutSubviews] + 1406 UIKitCore 0x1ef19b170 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 12927 QuartzCore 0x1c692fc60 -[CALayer layoutSublayers] + 1848 QuartzCore 0x1c6934c08 CA::Layer::layout_if_needed(CA::Transaction*) + 3329 QuartzCore 0x1c68973e4 CA::Context::commit_transaction(CA::Transaction*) + 34810 QuartzCore 0x1c68c5620 CA::Transaction::commit() + 64011 UIKitCore 0x1eed2aad8 _afterCACommitHandler + 22412 CoreFoundation 0x1c2383d08 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 3213 CoreFoundation 0x1c237ea30 __CFRunLoopDoObservers + 41214 CoreFoundation 0x1c237efac __CFRunLoopRun + 122815 CoreFoundation 0x1c237e7c0 CFRunLoopRunSpecific + 43616 GraphicsServices 0x1c457f79c GSEventRunModal + 10417 UIKitCore 0x1eed03c38 UIApplicationMain + 21218 kavakApp 0x1012f2540 main + 25 (AppDelegate.swift:25)19 libdyld.dylib 0x1c1e428e0 start + 4Thanks for your support!Hugo
Posted
by HMCO.
Last updated
.