Re: Strange Console messages
Re: Strange Console messages
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.