CocoaDebug icon indicating copy to clipboard operation
CocoaDebug copied to clipboard

[<UIViewController> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key deleteItem

Open makslevental opened this issue 6 years ago • 3 comments

on double clicking the bubble

(
	0   CoreFoundation                      0x000000010ca4f6fb __exceptionPreprocess + 331
	1   libobjc.A.dylib                     0x000000010bb3bac5 objc_exception_throw + 48
	2   CoreFoundation                      0x000000010ca4f269 -[NSException raise] + 9
	3   Foundation                          0x000000010a919562 -[NSObject(NSKeyValueCoding) setValue:forKey:] + 289
	4   UIKitCore                           0x000000011d2472d2 -[UIViewController setValue:forKey:] + 87
	5   UIKitCore                           0x000000011d4d48fd -[UIRuntimeOutletConnection connect] + 109
	6   CoreFoundation                      0x000000010ca3bd41 -[NSArray makeObjectsPerformSelector:] + 305
	7   UIKitCore                           0x000000011d4d1643 -[UINib instantiateWithOwner:options:] + 1810
	8   UIKitCore                           0x000000011d9e9c60 -[UIStoryboard instantiateViewControllerWithIdentifier:] + 181
	9   flightMakerIOS                      0x00000001082d9aa3 $s10CocoaDebug0aB16TabBarControllerC19setChildControllersyyF + 467
	10  flightMakerIOS                      0x00000001082d8c2c $s10CocoaDebug0aB16TabBarControllerC11viewDidLoadyyF + 716
	11  flightMakerIOS                      0x00000001082d8e34 $s10CocoaDebug0aB16TabBarControllerC11viewDidLoadyyFTo + 36
	12  UIKitCore                           0x000000011d24f43b -[UIViewController loadViewIfRequired] + 1183
	13  UIKitCore                           0x000000011d24f868 -[UIViewController view] + 27
	14  UIKitCore                           0x000000011d1770fc -[_UIFullscreenPresentationController _setPresentedViewController:] + 89
	15  UIKitCore                           0x000000011d16b1f2 -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 133
	16  UIKitCore                           0x000000011d2624ce -[UIViewController _presentViewController:withAnimationController:completion:] + 3700
	17  UIKitCore                           0x000000011d26511b __63-[UIViewController _presentViewController:animated:completion:]_block_invoke + 98
	18  UIKitCore                           0x000000011d265633 -[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 511
	19  UIKitCore                           0x000000011d265082 -[UIViewController _presentViewController:animated:completion:] + 172
	20  UIKitCore                           0x000000011d2652e0 -[UIViewController presentViewController:animated:completion:] + 150
	21  flightMakerIOS                      0x00000001082dd96e $s10CocoaDebug0aB14ViewControllerC12didTapBubbleyyF + 398
	22  flightMakerIOS                      0x00000001082dd9c9 $s10CocoaDebug0aB14ViewControllerCAA14BubbleDelegateA2aDP06didTapE0yyFTW + 9
	23  flightMakerIOS                      0x00000001082be2b7 $s10CocoaDebug6BubbleC3tapyyF + 167
	24  flightMakerIOS                      0x00000001082be304 $s10CocoaDebug6BubbleC3tapyyFTo + 36
	25  UIKitCore                           0x000000011d43b14d -[UIGestureRecognizerTarget _sendActionWithGestureRecognizer:] + 57
	26  UIKitCore                           0x000000011d443c69 _UIGestureRecognizerSendTargetActions + 109
	27  UIKitCore                           0x000000011d4415ba _UIGestureRecognizerSendActions + 311
	28  UIKitCore                           0x000000011d440897 -[UIGestureRecognizer _updateGestureWithEvent:buttonEvent:] + 966
	29  UIKitCore                           0x000000011d432c4e _UIGestureEnvironmentUpdate + 2820
	30  UIKitCore                           0x000000011d432108 -[UIGestureEnvironment _deliverEvent:toGestureRecognizers:usingBlock:] + 478
	31  UIKitCore                           0x000000011d431e96 -[UIGestureEnvironment _updateForEvent:window:] + 200
	32  UIKitCore                           0x000000011d88d5bc -[UIWindow sendEvent:] + 4057
	33  UIKitCore                           0x000000011d86bd16 -[UIApplication sendEvent:] + 356
	34  UIKitCore                           0x000000011d93c293 __dispatchPreprocessedEventFromEventQueue + 3232
	35  UIKitCore                           0x000000011d93ebb9 __handleEventQueueInternal + 5911
	36  CoreFoundation                      0x000000010c9b6be1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
	37  CoreFoundation                      0x000000010c9b6463 __CFRunLoopDoSources0 + 243
	38  CoreFoundation                      0x000000010c9b0b1f __CFRunLoopRun + 1231
	39  CoreFoundation                      0x000000010c9b0302 CFRunLoopRunSpecific + 626
	40  GraphicsServices                    0x0000000113d372fe GSEventRunModal + 65
	41  UIKitCore                           0x000000011d851ba2 UIApplicationMain + 140
	42  flightMakerIOS                      0x0000000108213bbb main + 75
	43  libdyld.dylib                       0x0000000114fcd541 start + 1
	44  ???                                 0x0000000000000001 0x0 + 1
)

makslevental avatar Apr 23 '19 16:04 makslevental

crash every time ?

CocoaDebug avatar Jun 25 '19 08:06 CocoaDebug

yes

makslevental avatar Jun 25 '19 14:06 makslevental

Please update to the latest version. Thanks

CocoaDebug avatar Jun 26 '19 02:06 CocoaDebug