首页 文章

Xamarin无法从Visual Studio 2017连接到Mac

提问于
浏览
1

当我尝试使用iPhone模拟器时,我收到VS2017无法连接到MAC的错误 . 配置和软件:

  • Visual Studio 2017 15.2(26430.14)

  • Mac OS Sierra 10.12

  • 在Mac上安装了最新的XCode,并且接受了许可

  • 在Mac上,启用了远程登录

  • 在Mac上禁用防火墙

  • 在VS中,当我尝试连接到Mac时,我可以看到MacBook,但我无法使用用于登录Mac的用户名和密码进行连接

然而,我可以使用ssh连接:

1 回答

  • 1

    根据您的描述,我建议:

    应该安装Xamarin工作室
    应该安装Xamarin.iOS SDK
    您应该在Mac上使用该帐户登录 .

    A Mac running OS X El Capitan (10.11) or higher (although the latest stable version is recommended).
    Xamarin Studio 5.10 or higher (although the latest stable version is recommended)). This should be on the same distribution channel as Xamarin for Visual Studio.
    Xamarin.iOS SDK.
    Apple’s Xcode(7+) IDE and iOS SDK (although the latest stable version from the App Store is recommended)).
    

    https://developer.xamarin.com/guides/ios/getting_started/installation/windows/connecting-to-mac/

相关问题