Re: Why am I getting May Not Respond warnings for Super
Re: Why am I getting May Not Respond warnings for Super
- Subject: Re: Why am I getting May Not Respond warnings for Super
- From: Jens Alfke <email@hidden>
- Date: Thu, 21 Jul 2011 14:34:54 -0700
On Jul 21, 2011, at 8:51 AM, Chris Tracewell wrote:
> I have a private framework that is included in a project. Many of the project classes descend from a class in the framework. All of these descendent classes implement copyWithZone, encodeWithCoder and initWithCoder and thus respectively calls each on super. I get warnings stating that "MySuperClass may not respond to -copyWithZone" and so on. I do declare each of these methods in super's header file, so why might these errors be getting triggered?
This sounds as though it should work. Could you show us some code?
—Jens_______________________________________________
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