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?
Thanks,
Mike
_______________________________________________
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