Hello all.
I bought Xamarin.Mac so that I could bundle the runtime with my app and make it as simple as possible for end users to install (not downloading a 128MB runtime file). When I run the .pkg file created by Xamarin on a virtual Mac test machine it does not work. I just get a bouncing icon in the Dock which disappears after a few seconds. If I install the complete Mono 3.2.0 runtime everything works as expected. In my project settings (Release) I have it set to "Include Mono Runtime in the Application Bundle" AND "Link All". Am I missing something? I installed the MDK on my development machine and there are a bunch of .dylibs in the Mono Bundle folder of my .app. Any help appreciated.