Muhammad Umair
Muhammad Umair

Reputation: 593

Xamarin: Xamarin Mac Agent shows limited connection

Visual Studio is connected to my Mac, but the Xamarin Mac Agent is showing limited connectivity (showing yellow but should be green). I am unable to run the app on Macbook, although I can start the simulator from Visual Studio.

Anyone know how to solve it?

enter image description here

Upvotes: 3

Views: 1316

Answers (2)

Vineesh V
Vineesh V

Reputation: 21

  1. Close the visual studio make sure no process is running related to visual studio instance

  2. On mac osX build machine quit applications xamarin studio/visual studio for mac and iphone emulators.

  3. Clear the temporary data (%temp%) on your windows PC.

  4. Reopen visual studio and connect to mac build agent, it will successfully connect and turn to green icon.

Upvotes: 0

Anderson Oki
Anderson Oki

Reputation: 657

1 - Check Xamarin Logs (Open Logs via Visual Studio, Xamarin - Open Logs) or Zip Logs and extract it.

2 - The user that is performing SSH on mac needs to have read and write Access on Xcode Path.

3 - The Xcode path needs to be setup via Visual Studio Configuration.

Edit:

4 - If you still have issues, make sure both side of Xamarin (OSX and Windows) are same version. You can update Xamarin studio both on Mac and Windows to make sure.

Upvotes: 1

Related Questions