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: Vyacheslav Karamov <email@hidden>
- Date: Fri, 25 Mar 2011 10:08:59 +0200
25-Mar-11 09:36, Jonathan Hess пишет:
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
Thank you, but the first thing I have done was looking to console.app. I
couldn't see any error or warning messages from IB or XCode.
I also tried to make symbolic links to dependencies to
~/Library/Frameworks and /Library/Frameworks.
_______________________________________________
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