0

How can I setup MonoMac and Xamarin Mac to be compiled in Visual Studio as it is for MonoTouch? In this case I am just building libraries that are pure Mono (but do refer to the MonoMac.AppKit and .Foundation.

The ultimate goal is to get TeamCity to call Visual Studio and compile the library for Mac in addition to Windows, Android and iOS. But all from the PC as buildAgent (connected to a Mac for the Xamarin facilitated compile).

I don't even need to Debug, just do the final compile.

4

1 回答 1

1

如果您只是构建一个库,您应该能够将 Xamarin.Mac.dll 或 MonoMac.dll 复制到您的 Windows 计算机并在您的库项目中引用它。

最后,只需在 Mac 上的 Xamarin.Mac/MonoMac 项目中引用您刚刚构建的库。

于 2013-09-23T07:46:30.237 回答