Re: Help: multiple warnings objc[x]:.....class XY is implemented in both....
Re: Help: multiple warnings objc[x]:.....class XY is implemented in both....
- Subject: Re: Help: multiple warnings objc[x]:.....class XY is implemented in both....
- From: Jerry Krinock <email@hidden>
- Date: Tue, 6 May 2008 18:03:29 -0700
On 2008 May, 06, at 6:32, admin wrote:
I never saw these with Xcode 2.4.x and Tiger SDK MacOSX10.4u.sdk!
How come?
Yes, it's a new warning that I noticed when launching a couple of my
favorite apps in Leopard :)
Any idea how to avoid this?
Generally, you want to heed the warning and eliminate the multiple
implementations. More important than the wasted bits is the fact that
these can bite you in strange unpredictable ways. There are lots of
ways to fix it. For examples, remove this common class from your plug-
ins and instead implement it in your main application, or maybe in a
framework linked to both of your PlugIns. The details can get kind of
tricky in a real-life application.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden