I'm noticing on a simple call to show a context menu is causing unrecognized selector sent to instance: I add an exception breakpoint and I get stopped at this method call:
[NSMenu popUpContextMenu:self withEvent:event forView:view]; //self is a instance of a NSMenu subclass of mine.0 CoreFoundation 0x00007fffb87050db __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fffcd397a2a objc_exception_throw + 48
2 CoreFoundation 0x00007fffb8785cd4 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
3 CoreFoundation 0x00007fffb86782a3 ___forwarding___ + 1059
4 CoreFoundation 0x00007fffb8677df8 _CF_forwarding_prep_0 + 120
5 AppKit 0x00007fffb636a6aa createServiceEntryFromDictionaryDescription + 1972
6 AppKit 0x00007fffb636945b getServiceEntries + 516
7 AppKit 0x00007fffb63f96c8 -[_NSServicesMenuUpdater insertServicesIntoMenu:withKeyEvent:isForDisplay:] + 116
8 AppKit 0x00007fffb63f9611 -[_NSServicesMenuUpdater updateMenu:withEvent:withFlags:] + 80
9 AppKit 0x00007fffb633e7f4 -[NSMenu _populateFromDelegateWithEventRef:] + 308
10 AppKit 0x00007fffb633b129 -[NSMenu _populateWithEventRef:] + 84
11 AppKit 0x00007fffb633d965 -[NSCarbonMenuImpl _carbonPopulateEvent:handlerCallRef:] + 468
12 AppKit 0x00007fffb633d69b NSSLMMenuEventHandler + 1093
13 HIToolbox 0x00007fffb7bdeb85 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1708
14 HIToolbox 0x00007fffb7bdddf6