Posts

Post not yet marked as solved
1 Replies
525 Views
My app using WebView in-app, and frequently getting these crashes WebKit-[WKMultipleSelectPicker pickerView:viewForRow:forComponent:reusingView:] Anyone have any ideas to fix this? thanks 🙏 Crash logs: Crashed: com.apple.main-thread 0	WebKit												 0x1b27ed8c8 -[WKMultipleSelectPicker pickerView:viewForRow:forComponent:reusingView:] + 640 1	UIKitCore											0x1aeff1ac4 -[UIPickerView tableView:cellForRowAtIndexPath:] + 556 2	UIKitCore											0x1aefe7b04 -[UIPickerColumnView tableView:cellForRowAtIndexPath:] + 164 3	UIKitCore											0x1af252b24 -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:] + 736 4	UIKitCore											0x1af220870 -[UITableView _updateVisibleCellsNow:] + 2500 5	UIKitCore											0x1af23d5d8 -[UITableView layoutSubviews] + 160 6	UIKitCore											0x1aefea8f0 __35-[UIPickerTableView layoutSubviews]_block_invoke + 88 7	UIKitCore											0x1af5031cc +[UIView(Animation) performWithoutAnimation:] + 96 8	UIKitCore											0x1aefea88c -[UIPickerTableView layoutSubviews] + 88 9	UIKitCore											0x1af51085c -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2144 10 QuartzCore										 0x1b1aa3724 -[CALayer layoutSublayers] + 284 11 QuartzCore										 0x1b1aa987c CA::Layer::layout_if_needed(CA::Transaction*) + 468 12 QuartzCore										 0x1b1ab43c0 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 140 13 QuartzCore										 0x1b19fcf1c CA::Context::commit_transaction(CA::Transaction*, double) + 296 14 QuartzCore										 0x1b1a268bc CA::Transaction::commit() + 676 15 QuartzCore										 0x1b196358c CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 888 16 IOKit													0x1abef96d0 IODispatchCalloutFromCFMessage + 480 17 CoreFoundation								 0x1aaf0ac74 __CFMachPortPerform + 172 18 CoreFoundation								 0x1aaf342b4 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION + 56 19 CoreFoundation								 0x1aaf339c0 __CFRunLoopDoSource1 + 444 20 CoreFoundation								 0x1aaf2e774 __CFRunLoopRun + 1888 21 CoreFoundation								 0x1aaf2dce8 CFRunLoopRunSpecific + 424 22 GraphicsServices							 0x1b507838c GSEventRunModal + 160 23 UIKitCore											0x1af05c444 UIApplicationMain + 1932 24 MyApp											 0x1024e7708 main + 27 (MyApp.swift:27) 25 libdyld.dylib									0x1aadb58f0 start + 4
Posted
by sadfadsf.
Last updated
.
Post not yet marked as solved
1 Replies
704 Views
Hi all, our team get reported a lot of crashes via Crashlytics but we don't know how to reproduce it or any classes surroundThere is a similar post here https://forums.developer.apple.com/thread/120161 but it seems App Frameworks > Cocoa Touch is a good place to post this here!79% on iOS 13 21% on iOS 12 Fatal Exception: NSInternalInconsistencyExceptionTrying to complete an interactive gesture but the animation coordinator is nil! (gesture=<_UIBarPanGestureRecognizer: 0x107620ff0; state = Ended; view = <UILayoutContainerView 0x109514640>; target= <(action=_gestureRecognizedInteractiveHide:, target=<UINavigationController 0x108019c00>)>> action=Show)=================Fatal Exception: NSInternalInconsistencyException0 CoreFoundation 0x195e89c30 __exceptionPreprocess1 libobjc.A.dylib 0x195ba40c8 objc_exception_throw2 CoreFoundation 0x195d8675c +[_CFXNotificationTokenRegistration keyCallbacks]3 Foundation 0x1961c7960 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:]4 UIKitCore 0x199861e2c -[UINavigationController _gestureRecognizedInteractiveHide:]5 UIKitCore 0x199afc478 -[UIGestureRecognizerTarget _sendActionWithGestureRecognizer:]6 UIKitCore 0x199b04b38 _UIGestureRecognizerSendTargetActions7 UIKitCore 0x199b02328 _UIGestureRecognizerSendActions8 UIKitCore 0x199b0185c -[UIGestureRecognizer _updateGestureForActiveEvents]9 UIKitCore 0x199af5794 _UIGestureEnvironmentUpdate10 UIKitCore 0x199af4f50 -[UIGestureEnvironment _deliverEvent:toGestureRecognizers:usingBlock:]11 UIKitCore 0x199af4d04 -[UIGestureEnvironment _updateForEvent:window:]12 UIKitCore 0x199f5c960 -[UIWindow sendEvent:]13 UIKitCore 0x199f38804 -[UIApplication sendEvent:]14 UIKitCore 0x199fb2224 __dispatchPreprocessedEventFromEventQueue15 UIKitCore 0x199fb47dc __handleEventQueueInternal16 UIKitCore 0x199fad960 __handleHIDEventFetcherDrain17 CoreFoundation 0x195e05260 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__18 CoreFoundation 0x195e051b4 __CFRunLoopDoSource019 CoreFoundation 0x195e04920 __CFRunLoopDoSources020 CoreFoundation 0x195dff7ec __CFRunLoopRun21 CoreFoundation 0x195dff098 CFRunLoopRunSpecific22 GraphicsServices 0x19ff69534 GSEventRunModal23 UIKitCore 0x199f1f7ac UIApplicationMain24 MyApp 0x104589440 main + 30 (MyClass.swift:30)25 libdyld.dylib 0x195c7ef30 start
Posted
by sadfadsf.
Last updated
.