On 18-Dec-06, at 3:02 PM, Ruslan Zasukhin wrote:
On 12/06/18 9:42 PM, "Alexander Cohen"
<[EMAIL PROTECTED]> wrote:
I have a plugin im writting that uses a custom framework. In a
built
app, this framework will go into the apps framework folder in the
package. When debugging in rb, where should i put this framework? I
tried putting it in a couple of the obvious places, but the plugin
won't load. As soon as i remove the framework from the xcode
project,
the plugin loads fine. Any ideas what might be going on?
Try
/Library/Frameworks/Your.framework
I tried this one. I didnt work. The only one that worked was inside
the rb package in its framework folder. weird.
Try do in terminal
otool -L framework
Simply drag it into terminal after -L
Also the same for your plugin .dylib
in my plugin dylib, i get @executable_path/../Frameworks/<the
framework>, how can i change this so it looks into various different
places?
Alex
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>