Reputation: 593
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?
Upvotes: 3
Views: 1316
Reputation: 21
Close the visual studio make sure no process is running related to visual studio instance
On mac osX build machine quit applications xamarin studio/visual studio for mac and iphone emulators.
Clear the temporary data (%temp%) on your windows PC.
Reopen visual studio and connect to mac build agent, it will successfully connect and turn to green icon.
Upvotes: 0
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