Re: XCode and Safari Block Issues?
Re: XCode and Safari Block Issues?
- Subject: Re: XCode and Safari Block Issues?
- From: Rob Keniger <email@hidden>
- Date: Mon, 15 Jun 2009 22:14:04 +1000
On 15/06/2009, at 9:57 PM, Chunk 1978 wrote:
however, now whenever i seems to build/launch an app in XCode, i get
this message in the console:
[Session started at 2009-06-15 07:53:16 -0400.]
2009-06-15 07:53:16.827 SimpleMenuScrolling[3044:10b] Error loading
/Library/InputManagers/SafariBlock/SafariBlock.bundle/Contents/MacOS/
SafariBlock:
dlopen(/Library/InputManagers/SafariBlock/SafariBlock.bundle/
Contents/MacOS/SafariBlock,
265): no suitable image found. Did find:
/Library/InputManagers/SafariBlock/SafariBlock.bundle/Contents/
MacOS/SafariBlock:
GC capability mismatch
does anyone understand this?
You have installed an Input Manager. These are loaded into all running
apps. Because you are building a GC-enabled app and the SafariBlock
input manager is not GC-enabled, the runtime doesn't load the plug-in
and returns the error you are seeing.
--
Rob Keniger
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden