On Thu, May 28, 2009 at 4:53 PM, Erg Consultant <[email protected]> wrote: > Either your main thread doesn't implement the selector requested, or else > it's an issue with the runloop never processing the request. If you have code > that alters the runloop or modifies its input sources, check that code first.
Threads don't implement selectors. And if it were a problem with an unimplemented message, -doesNotRecognizeSelector: would be called. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
