中的虚拟机上作为

中的虚拟机上作为

本文介绍了Apple Mac OS 可以在 Windows 中的虚拟机上作为 Xamarin.iOS 的构建主机运行吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在 Windows 中使用 Xamarin 开发一个 iOS 移动应用程序.Apple Mac OS 能否在 Windows 中的虚拟机上运行,​​而不是在单独的物理机上作为构建主机运行?
如果可能,请提供任何指向设置的链接,以运行 Virtualbox、Windows 7、Mac OS.

I want to develop an iOS mobile app using Xamarin in Windows. Can Apple Mac OS run on a virtual machine in Windows, rather than run on a separate physical machine as build host?
If possible, any link to the setup would be appreciated, for running Virtualbox, Windows 7, Mac OS.

http://developer.xamarin.com/guides/ios/开始/安装/windows/

推荐答案

简短回答:可以

长答案:

正如在上面的评论中指出的那样,您可以合法地(wrt 许可证)在 Apple 硬件上运行 OSX 虚拟机.

As it's been noted in the comments above, you can only legally (wrt license) run a OSX VM on Apple hardware.

IOW 如果您有一台运行 Windows 的 Mac Book Pro(或任何 Apple 硬件)和一台运行 OSX 的虚拟机您没问题,无论是技术上还是许可方面.OTOH 您可以使用任何其他(非 Apple)计算机品牌运行 Windows 并虚拟化 OSX.

IOW if you have a Mac Book Pro (or any Apple hardware) running Windows and a VM running OSX you're fine, both technically and license wise. OTOH you're not fine to use any other (non-Apple) computer brand running Windows and virtualize OSX.

从 Xamarin 的工具角度来看,设置本身将是相同的(上面链接的文档仍然适用).它将是两台计算机(一台真实的,一台虚拟的)通过(虚拟)网络相互通信.

The setup itself will be identical, from Xamarin's tools perpectives (the above linked documents still applies). It will be two computers (one real, one virtual) communicating with each others thru the (virtual) network.

这篇关于Apple Mac OS 可以在 Windows 中的虚拟机上作为 Xamarin.iOS 的构建主机运行吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-22 11:45