Read the error message.  It's saying "I couldn't find a method with
this name.  I'll still compile your code, but it better look like what
I'm assuming it looks like, or else you're going to blow up at
runtime."

You need to declare the method somewhere, and that declaration must
either be in every source file that sends that message, or in a header
file that they all include.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to