Re: Make IB 3.2.6 more verbose while loading plug-in?
Re: Make IB 3.2.6 more verbose while loading plug-in?
- Subject: Re: Make IB 3.2.6 more verbose while loading plug-in?
- From: Jonathan Hess <email@hidden>
- Date: Fri, 25 Mar 2011 00:36:25 -0700
On Mar 23, 2011, at 3:05 AM, Vyacheslav Karamov wrote:
> Hi All!
>
> I have rewritten IB 2x palette to IB 3x plug-in, but I can't load it via IB Preferences.
> IB shows message: "The bundle CLControlsIBPlugin couldn't be loaded because it is damaged or missing necessary resources. Try reinstalling the bundle".
> But when I launched IB via XCode debugger, both Debug and Release versions of plug-in were loaded successfully.
>
> How to make IB more verbose?
Try checking the console.app log, there are usually log messages there about the plug-in loading failure. The most typical reason for a plug-in to fail to load is unresolvable references to dynamic libraries. For example, linking to /Library/Frameworks/MyFramework.framework when that file doesn't yet exist on your system and is instead in your build folder.
Jon Hess
> _________________________________________
> 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
_______________________________________________
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