• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Help: multiple warnings objc[x]:.....class XY is implemented in both....
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Help: multiple warnings objc[x]:.....class XY is implemented in both....
      • From: Bill Royds <email@hidden>
References: 
 >Help: multiple warnings objc[x]:.....class XY is implemented in both.... (From: admin <email@hidden>)

  • Prev by Date: Re: Setting up target dependency
  • Next by Date: Re: Clean all targets
  • Previous by thread: Help: multiple warnings objc[x]:.....class XY is implemented in both....
  • Next by thread: Re: Help: multiple warnings objc[x]:.....class XY is implemented in both....
  • Index(es):
    • Date
    • Thread