IB 3.0 Plug-in Installation Directory
IB 3.0 Plug-in Installation Directory
- Subject: IB 3.0 Plug-in Installation Directory
- From: "Jake Bordens" <email@hidden>
- Date: Mon, 14 Jan 2008 10:09:33 -0500
Hi there.
I am having difficulty getting an Interface Builder 3.0 Plug-in to work both
at runtime (embedded in the application's bundle) as well as in IB 3.0itself.
I suspect this is similar to this issue which refers to Pre-3.0 IB Palettes:
<http://lists.apple.com/archives/Cocoa-dev/2006/Mar/msg00951.html>
I've tried installation path of @loader_path/../Frameworks -- this works
fine in the application bundle, but will not load in IB 3.0. (Also making
sure that I am loading the framework in IB out of a Frameworks directory.)
I get the standard Reason: image not found when IB tries to load the
framework directly.
My plug-in is built using the XCode template, which launches IB using the
-NSOpen argument. This does load the plugin into IB. Using this as a work
around, I have been able to get the plug-in to work in my application.
However, I'd really like to get an embeddable Framework that IB 3.0 and an
app can use.
Is there some sort of interplay between the .ibplugin and the containing
framework that I might be missing? (For example, .ibplugin target doesn't
have an installation directory set in the build options.)
Can anyone provide any suggestions?
Jake
_______________________________________________
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