[Mono-osx] How can a custom library be included in a package.

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Feb 3 13:47:41 EST 2011


On Thu, Feb 3, 2011 at 11:13 AM, JasonZ <jzwolak at vt.edu> wrote:
>
> Thanks for the reply Geoff.
>
> I forgot to mention that I already tried your suggestion and it works when
> creating the bundle.  But when creating the installer, the libraries are not
> included in _that_ bundle.
>
> To be more clear:
>
> This works: Go to the menu Build -> Build All.  This creates an application
> bundle that includes my library.
>
> This fails: Go to Project -> Create Mac Installer.  This creates an
> application bundle and packages it in an installer, but the application
> bundle here is different than the one in the previous method... and this
> bundle does not include my library!! :-(
>
> Any ideas?

Can you tell us exactly what kinds of files are being omitted (.net
libraries or native libraries), how you're adding them to the bundle,
and whether they're referenced by the main executable? The more detail
the better.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Mono-osx mailing list