How to create a .app mono bundle for Mac OS

后端 未结 1 491
终归单人心
终归单人心 2021-02-09 08:43

I am trying to create a .app bundle of my mono program to run on Mac OS X, but despite having read virtually all articles and documentation on macpack and bundling mono, none of

1条回答
  •  被撕碎了的回忆
    2021-02-09 08:57

    Creating a package for MacOS X is now done using MonoMacPackager. You can find details here http://www.mono-project.com/MonoMacPackager.

    However, the issue that you're seeing here is that you're missing your dll (The Nini assembly) from your package. It needs to be in your application path (after it has been bundled) to load properly.

    0 讨论(0)
提交回复
热议问题