Home > Enterprise >  Visual Studio 2019 pair to mac stuck at "Checking ssh configuration"
Visual Studio 2019 pair to mac stuck at "Checking ssh configuration"

Time:01-12

I know this issue has been posted before, but the solutions didn´t really help me.

I´m working on a Xamarin App and I need a mac to test my Application there. I updated the Mac OS to Mac OS Ventura. Since then, I can´t pair Visual Studio 2019(on Windows) with my Mac. This step doesn´t continue

I`ve added all the things suggested here. But it doesn´t seem to work. Has anyone an idea what I've to do?

CodePudding user response:

You can try the solutions below:

1.Ugrade your Visual Studio to 2022 and try Xcode 14(not 14.1, download Xcode 14.0 from the downloads page in the Apple Developer Portal). Then open Xcode and go to Xcode->Preferences->Location->Command Line Tools and select 14.0.

2.Clear the Broker, IDB, Build, and Designer Agents on the Mac.

3.Check that your firewall allows and ping the IP on your Windows machine, and check if the Mac is routable from the Windows computer.

4.Delete the configuration file of your Mac and reboot your Mac, please see the 8-12 steps in the following doc- Connection Troubleshooting for a Xamarin.iOS Build Host - Xamarin | Microsoft Learn

  • Related