Re: Annoying Superclass Implemenation Warning
Re: Annoying Superclass Implemenation Warning
- Subject: Re: Annoying Superclass Implemenation Warning
- From: Gregory Weston <email@hidden>
- Date: Mon, 21 Jan 2008 21:17:51 -0500
Ben Einstein wrote:
I understand why the message is occurring, I'm just not sure the
appropriate way to get rid of it. The plugin build fails if I remove
the superclass from the plugin target and place it in the main app
target (can't find class symbol). Do I need to add another build
phase?
Not another build phase; but possibly another target. You want to
have a single implementation of your superclass against which your
subclass targets link. Mike's last sentence is the key and fairly
explicit:
"I would suggest you place the superclass within the main framework/
application that the plugins are built against."
G
_______________________________________________
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