Re: What does @loader_path refer to when loading ibplugins from a linked-in framework?
Re: What does @loader_path refer to when loading ibplugins from a linked-in framework?
- Subject: Re: What does @loader_path refer to when loading ibplugins from a linked-in framework?
- From: "Dalzhim Dalzhim" <email@hidden>
- Date: Fri, 26 Sep 2008 12:10:57 -0400
Hello Michael,
I have tried many things to get my plugin to load automatically in Interface
Builder but I still haven't made it. I tried many things before testing
something I assumed would work but I realized that even this wasn't enough.
I changed DYLD_FALLBACK_FRAMEWORK_PATH to add the folder which contains my
MyComponent.framework framework but even this didn't help me load up my
plugin. My guess is that either I modified DYLD_FALLBACK_FRAMEWORK_PATH the
wrong way, either the problem isn't about the framework not being found.
Here is the command line I used:
cd /Developer/Applications/Interface\ Builder.app/Contents/MacOS
DYLD_FALLBACK_FRAMEWORK_PATH=$DYLD_FALLBACK_LIBRARY_PATH:/Users/gaubut/DevDruide/Sortie/Debug/
./Interface\ Builder
regards
-Dalzhim
2008/9/25 Michael Ash <email@hidden>
> This just sets a shell variable. IB won't see it. Either export it:
>
> export DYLD_PRINT_BINDINGS=1
>
> Or set it as part of running the binary:
>
> DYLD_PRINT_BINDINGS=1 ./Interface\ Builder
>
> Mike
> _______________________________________________
>
> 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
>
_______________________________________________
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