c# - Building a Mac .app file in Windows using Mono -
we have team built agent in mono using monodevelop on mac , want build rest of our native , c# source code in windows cannot seem either msbuild or mono build .app file on windows. error proect type not supported. other projects created in mono build fine, .app giving trouble.
has had success building mac/mono .app files in windows? or there alternative .app file running service type application on mac?
despite having monodevelop on both windows , osx not able build .app in windows - windows doesn't have of required libraries (you need have xcode installed monodevelop compile application in osx)
you can compile dll's aren't ui related in windows, link them app in osx, there's not benefit unless need unit tests windows or something. mono project focused on moving .net development osx, rather other way around.
Comments
Post a Comment