Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
makslevental opened this issue Apr 23, 2019 · 3 comments

Comments

@makslevental
Copy link

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
)
@CocoaDebug CocoaDebug changed the title '[<UIViewController 0x7fb65dc55280> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key deleteItem.' '[<UIViewController> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key deleteItem.' Jun 9, 2019
@CocoaDebug CocoaDebug changed the title '[<UIViewController> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key deleteItem.' [<UIViewController> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key deleteItem Jun 9, 2019
@CocoaDebug
Copy link
Owner

crash every time ?

@makslevental
Copy link
Author

yes

@CocoaDebug
Copy link
Owner

Please update to the latest version. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants