Shimon Wiener
Shimon Wiener

Reputation: 1180

Can't find Xamarin Build Host

I installed Xamarin platform on my mac. But I can't find the Xamarin build host that and connect it to the Visual Studio on my PC. Does anyone know how to get it?

Upvotes: 0

Views: 422

Answers (1)

Sven-Michael Stübe
Sven-Michael Stübe

Reputation: 14750

You have to configure you Mac for remote access: https://developer.xamarin.com/guides/ios/getting_started/installation/windows/#Configuration The new buildhost is using ssh. It is using UDP broadcasts (mDNS, a.k.a. Bonjour) for advertising itself. In some networks/routers/switches UDP broadcasts are blocked. If you still can't find it, try to use the static ip of your mac.

Upvotes: 2

Related Questions