Currently it is not possible to develop for iOS using Xamarin Studio on Windows. If you want to use Windows, you can use Visual Studio. If you want to use Xamarin Studio, you can do so on a Mac. Note that you will always need a Mac around, even if you're using Visual Studio .
使用***Mac构建主机***您可以这样做,但您需要***联网的Mac***进行开发和调试。 或者,您可以使用***Xamarin Live Player***使用它,您可以***调试、开发和部署***完全在Windows中运行的应用程序,而无需任何Apple系统的帮助,但要签署应用程序并将其发布到应用程序商店,您将需要Apple系统
7条答案
按热度按时间oxosxuxt1#
Currently it is not possible to develop for iOS using Xamarin Studio on Windows.
If you want to use Windows, you can use Visual Studio.
If you want to use Xamarin Studio, you can do so on a Mac.
Note that you will always need a Mac around, even if you're using Visual Studio .
qcbq4gxm2#
虽然没有明确回答这个问题,但需要注意的是,可以使用连接的Mac作为构建主机,在Visual Studios中进行iOS开发。连接的Mac可以通过网络,也可以是从Windows机器运行的VM。
rm5edbpk3#
我们只能在Mac OS中使用xamarin studio。如果你想在Windows中使用xamarin,你需要从xamarin.com下载xamarin插件到visual studio。你还必须需要Mac OS作为虚拟运行在windows上调试和查看输出。用户界面设计应该只在Mac OS Xcode SDK上执行。所以我们只需要在windows上运行Mac OS虚拟机。在visual Studio中,IOS项目文件有.xib文件(即)Xcode Interface builder,在该文件中,我们只需要在Mac OS上使用xcode设计用户界面配置。
8qgya5xd4#
使用***Mac构建主机***您可以这样做,但您需要***联网的Mac***进行开发和调试。
或者,您可以使用***Xamarin Live Player***使用它,您可以***调试、开发和部署***完全在Windows中运行的应用程序,而无需任何Apple系统的帮助,但要签署应用程序并将其发布到应用程序商店,您将需要Apple系统
ghg1uchk5#
您可以在Windows中从Visual Studio编写整个**
iOS
应用程序;当涉及到应用程序的执行,你必须有MAC机器。你可以连接你的MAC到网络上的Windows通过Mac构建主机**为了运行,调试你的应用程序在Windows中。
有关更多信息,请访问this link。
qcuzuvrc6#
目前无法在Windows上运行Apple iOS模拟器。
请参阅***Xamarin开发者文档***中url Installing Xamarin.iOS on Windows上提供的官方文档,其中说明:-
Xamarion.iOS for Visual Studio目前无法执行某些任务,即Windows上没有iOS模拟器-iOS模拟器在Mac OS X上运行,因此在模拟器上进行测试时需要切换到Mac屏幕
nhjlsmyf7#
表示
Xamarin iOS for Visual Studio允许在Windows计算机上编写和测试iOS应用程序,并由联网的Mac提供构建和部署服务。
所以我认为您可以进行开发和测试(调试?),但不能构建或部署. CMIIW。