Re: Cocoa newbie question
Re: Cocoa newbie question
- Subject: Re: Cocoa newbie question
- From: Mike <email@hidden>
- Date: Sat, 31 Mar 2007 00:17:46 -0700
I had the silly thing in reverse.
I was forgetting to add the self specifier when I sent the message.
Thanks,
Mike
Bill Bumgarner wrote:
On Mar 30, 2007, at 10:14 PM, Mike wrote:
Whenever I try to add simple instance methods to my Objective-C
classes, the linker always gives me Undefined Symbol errors even
though I've provided both a prototype in my .h and implementation
methods in my .m file.
Is there something simple I am missing which I need to do to get the
linker to see my instance methods?
Not much to go on here. This is a pretty fundamental pattern and you
have likely made a simple mistake (easy to do when new to an
environment).
Post some code.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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