-[NSSelectionBinder _didPresentModalAlert:contextInfo:]: selector not recognized
-[NSSelectionBinder _didPresentModalAlert:contextInfo:]: selector not recognized
- Subject: -[NSSelectionBinder _didPresentModalAlert:contextInfo:]: selector not recognized
- From: The Karl Adam <email@hidden>
- Date: Mon, 15 Aug 2005 10:57:38 -0400
I have a CoreData application that has classes that it's entities are
mapped to, in the validate methods, I have my logic that ensures the
passed values are good, and I create and return an NSError when they
are not. The problem is that after the error sheet has been displayed,
when I hit button to dismiss it, I get the error: "-[NSSelectionBinder
_didPresentModalAlert:contextInfo:]: selector not recognized".
As I understand it, the NSError and validation stuff should all just
work fine and I shouldn't have to change anything. The fact this is a
private method suggests that it most likely something I missed, or a
bug. Has anyone else run into this or know what it is that I am
missing?
-Karl
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden