Post

Replies

Boosts

Views

Activity

Comment on Crash: CFPrefsSearchListSource
I got only the logs from firebase, not logged in Xcode. So couldn't get a chance to compare. The complete log from firebase looks like this. Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 0x19a7719d8 __exceptionPreprocess 1 libobjc.A.dylib 0x1aeaf4b54 objc_exception_throw 2 CoreFoundation 0x19a68050c -[CFPrefsSearchListSource addManagedSourceForIdentifier:user:] 3 Foundation 0x19b97a878 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] 4 UIKitCore 0x19d1f08ac -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:] 5 UIKitCore 0x19d1be0c8 -[UITableView _updateVisibleCellsNow:] 6 UIKitCore 0x19d1d0980 -[UITableView _cellForRowAtIndexPath:usingPresentationValues:] 7 UIKitCore 0x19d1f96ac -[UITableView swipeActionController:mayBeginSwipeForItemAtIndexPath:] 8 UIKitCore 0x19d15c068 -[UISwipeActionController swipeHandler:mayBeginSwipeAtLocation:withProposedDirection:] 9 UIKitCore 0x19d1624dc -[_UISwipeHandler gestureRecognizerShouldBegin:] 10 UIKitCore 0x19cb6a6c0 -[UIGestureRecognizer _shouldBegin] 11 UIKitCore 0x19cb64554 -[UIGestureRecognizer setState:] 12 UIKitCore 0x19cb73998 -[UIPanGestureRecognizer touchesMoved:withEvent:] 13 UIKitCore 0x19cb653a4 -[UIGestureRecognizer _componentsChanged:withEvent:] 14 UIKitCore 0x19d066430 -[UITouchesEvent _sendEventToGestureRecognizer:] 15 UIKitCore 0x19cb5b6c4 __47-[UIGestureEnvironment _updateForEvent:window:]_block_invoke 16 UIKitCore 0x19cb5b3b4 -[UIGestureEnvironment _updateForEvent:window:] 17 UIKitCore 0x19d01f4cc -[UIWindow sendEvent:] 18 UIKitCore 0x19cffab0c -[UIApplication sendEvent:] 19 UIKitCore 0x19d07d078 __dispatchPreprocessedEventFromEventQueue 20 UIKitCore 0x19d081818 __processEventQueue 21 UIKitCore 0x19d078afc __eventFetcherSourceCallback 22 CoreFoundation 0x19a6f1bf0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ 23 CoreFoundation 0x19a6f1af0 __CFRunLoopDoSource0 24 CoreFoundation 0x19a6f0e38 __CFRunLoopDoSources0 25 CoreFoundation 0x19a6eb3e0 __CFRunLoopRun 26 CoreFoundation 0x19a6eaba0 CFRunLoopRunSpecific 27 GraphicsServices 0x1b1450598 GSEventRunModal 28 UIKitCore 0x19cfdc2f4 -[UIApplication _run] 29 UIKitCore 0x19cfe1874 UIApplicationMain 30 AJIO 0x10453084c main + 35 (AJAppDelegate.swift:35) 31 libdyld.dylib 0x19a3c9568 start
Jun ’21