I'm trying to set up my Xamarin Studio in conjunction with the Monogame framework and it seemed to work until I tried to actually build and run the default Monogame Mac Application Template. When I do so, the application starts to run and then crashes. There are no error messages, but there are the following warnings:
Warning: The referenced library 'System.dll' is not used from any code, skipping extraction of content resources.
Warning: The referenced library 'System.Xml.dll' is not used from any code, skipping extraction of content resources.
Warning: The referenced library 'System.Core.dll' is not used from any code, skipping extraction of content resources.
Warning: The referenced library 'System.Xml.Linq.dll' is not used from any code, skipping extraction of content resources.
Warning: The referenced library 'System.Drawing.dll' is not used from any code, skipping extraction of content resources.
Warning: The referenced library 'mscorlib.dll' is not used from any code, skipping extraction of content resources.
Any idea what's going on?
Also, a separate question, the book I'm reading is primarily for Windows user and says that I need to download the XNB builder which I don't think exists for Mac. The book also says that Mac users should be able to get through the book and often offers alternative programs and whatnot for them to use, but not for the XNB Builder. Do I need to get something else?
Thank you!