On Fri, Jun 12, 2009 at 1:01 PM, Joshua
Garnham wrote:
> How would I declare it ?
The same way you declare any method: in an @interface block.
You haven't posted enough code to illuminate *why* the method you're
trying to use can't be found, but here are a few common reasons:
1. Forgetting to #i
On Jun 11, 2009, at 10:03 AM, Joshua Garnham wrote:
I am getting the Error/Warning about a part of my code saying
'Messages
Without A Matching Method Signature will be assumed to return 'id' and
accept '…' as arguments.)'
I do not understand why I am getting this
error, so please help, below is
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
I am getting the Error/Warning about a part of my code saying 'Messages
Without A Matching Method Signature will be assumed to return 'id' and
accept '…' as arguments.)'
I do not understand why I am getting this
error, so please help, below is a link to that part of code in the
implementation file.