如何连接位于不同机器上的 VS2017 和 Mac 代理以进行 Xamarin IOS 开发?
How can connect VS2017 and Mac agent which are both on different machine for Xamrin IOS development?
我在 windows 台机器上安装了 VS2017,在其他 MAC 台机器上安装了 Xamarin.ios。
是否可以将 VS2017 从 windows 机器连接到 MAC 机器的 Mac 代理。
是的。只要 2 machine 在同一网络上,您就可以从 visual studio 连接到 mac 代理。您可以参考 HERE 以获取设置连接的指南。它适用于 VS2015,但适用于 VS2017。
正如@Jason所说,Visual Studio支持它。
连接方式可以参考这个Xamarin官方文档:
This guide explains the features provided Xamarin.iOS for Visual Studio and how the connection to the Mac build host is made.
如果您使用的是 Visual Studio Enterprise,则可以启用 "Remote Simulator to Windows" 功能。然后 iOS 模拟器将直接在 PC 上显示,您在调试应用程序时无需移动到 Mac。详情请参考以下link:
我在 windows 台机器上安装了 VS2017,在其他 MAC 台机器上安装了 Xamarin.ios。 是否可以将 VS2017 从 windows 机器连接到 MAC 机器的 Mac 代理。
是的。只要 2 machine 在同一网络上,您就可以从 visual studio 连接到 mac 代理。您可以参考 HERE 以获取设置连接的指南。它适用于 VS2015,但适用于 VS2017。
正如@Jason所说,Visual Studio支持它。
连接方式可以参考这个Xamarin官方文档:
This guide explains the features provided Xamarin.iOS for Visual Studio and how the connection to the Mac build host is made.
如果您使用的是 Visual Studio Enterprise,则可以启用 "Remote Simulator to Windows" 功能。然后 iOS 模拟器将直接在 PC 上显示,您在调试应用程序时无需移动到 Mac。详情请参考以下link: