Hello,

I'm going to ship a custom framework in my monobjc application's app
bundle. This framework is located at
"Contents/Frameworks/Foo.framework/Framework".

When I build a _non_ standalone application bundle (mkappl), i'm able
to successfully invoke methods in this framework using
[DllImport("Contents/Frameworks/Foo.framework/Framework")]. However.
when I build a standalone application bundle (mkbundle, mkappl), the
DllImport fails to find the correct directory.

How should I arrange things so that I can load this framework from
both standalone and non standalone application bundles? Is there some
relative path or dllmap magic that I'm missing?

Thanks.

--Anthony

Reply via email to