• 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: Strange Console messages
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange Console messages


  • Subject: Re: Strange Console messages
  • From: Nicholas Riley <email@hidden>
  • Date: Fri, 10 May 2002 12:49:59 -0500
  • Mail-followup-to: Steve Gehrman <email@hidden>, email@hidden

On Fri, May 10, 2002 at 06:01:52AM -0700, Steve Gehrman wrote:
> I have an application and a contextual menu plugin that both use the
> same objects. When I control-click to bring up my contextual menu, I
> get these errors in the console....
>
> May 10 05:57:26 localhost /Applications/SNAX.app/Contents/MacOS/SNAX:
> objc: Both /Applications/SNAX.app/Contents/MacOS/SNAX and
> /Users/sgehrman/Library/Contextual Menu
> Items/SNAXCMPlugIn.plugin/Contents/MacOS/SNAXCMPlugIn have
> implementations of class CTProcess.
>
> May 10 05:57:26 localhost /Applications/SNAX.app/Contents/MacOS/SNAX:
> objc: Using implementation from /Users/sgehrman/Library/Contextual Menu
> Items/SNAXCMPlugIn.plugin/Contents/MacOS/SNAXCMPlugIn.
>
> May 10 05:57:26 localhost /Applications/SNAX.app/Contents/MacOS/SNAX:
> objc: Both /Applications/SNAX.app/Contents/MacOS/SNAX and
> /Users/sgehrman/Library/Contextual Menu
> Items/SNAXCMPlugIn.plugin/Contents/MacOS/SNAXCMPlugIn have
> implementations of class CTProcessManager.
>
> May 10 05:57:26 localhost /Applications/SNAX.app/Contents/MacOS/SNAX:
> objc: Using implementation from /Users/sgehrman/Library/Contextual Menu
> Items/SNAXCMPlugIn.plugin/Contents/MacOS/SNAXCMPlugIn.
>
> How can I prevent these errors?

Rename your class for one of the implementations. The Objective-C
runtime doesn't support loading two classes with the same name.

--
=Nicholas Riley <email@hidden> | <http://www.uiuc.edu/ph/www/njriley>
Pablo Research Group, Department of Computer Science and
Medical Scholars Program, University of Illinois at Urbana-Champaign
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Strange Console messages (From: Steve Gehrman <email@hidden>)

  • Prev by Date: Custom TextField/FieldEditor FIXED
  • Next by Date: Re: When to call signal(...)
  • Previous by thread: Strange Console messages
  • Next by thread: Re: Strange Console messages
  • Index(es):
    • Date
    • Thread