• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: What does @loader_path refer to when loading ibplugins from a linked-in framework?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >What does @loader_path refer to when loading ibplugins from a linked-in framework? (From: "Dalzhim Dalzhim" <email@hidden>)
 >Re: What does @loader_path refer to when loading ibplugins from a linked-in framework? (From: "Michael Ash" <email@hidden>)
 >Re: What does @loader_path refer to when loading ibplugins from a linked-in framework? (From: "Dalzhim Dalzhim" <email@hidden>)
 >Re: What does @loader_path refer to when loading ibplugins from a linked-in framework? (From: "Michael Ash" <email@hidden>)

  • Prev by Date: Re: Causing systemUIServer to update the User Menu for Fast User Switching.
  • Next by Date: Re: Use other key than "tab" to cycle through text fields
  • Previous by thread: Re: What does @loader_path refer to when loading ibplugins from a linked-in framework?
  • Next by thread: NSOperation NSOperationQueue
  • Index(es):
    • Date
    • Thread