Re: Strange Console messages
Re: Strange Console messages
- Subject: Re: Strange Console messages
- From: "John C. Randolph" <email@hidden>
- Date: Mon, 13 May 2002 17:15:14 -0700
On Friday, May 10, 2002, at 06:01 AM, 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?
Why does your plugin re-implement the classes in question? It's
getting loaded into an app in which these classes already exist,
isn't it?
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
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.