Re: Method Signature Problem.
Re: Method Signature Problem.
- Subject: Re: Method Signature Problem.
- From: Kyle Sluder <email@hidden>
- Date: Fri, 12 Jun 2009 11:05:40 -0700
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 (email@hidden)
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:
This email sent to email@hidden