Developing apps in Microsoft Visual
Studio on Windows with the Mac Agent
Microsoft Visual
Studio
on Windows
with the Mac
AgentIf you want to develop apps on a
Windows
computer using Microsoft Visual
Studio
with the Mac
Agent, visit developer.xamarin.com and follow the instructions in Connecting to the Mac.The following table provides solutions for common issues when setting up the
Mac
Agent:
Problem | Solution |
---|---|
The project doesn't run in Visual Studio after you add the ld file to the project folder and mtouch arguments to the project file. | In your mtouch arguments, change B ${ProjectDir}” to -B / (for example, -B /Users/USER_1/Documents/Projects/iOS/Examples/GreetingsClient").<path_to_project_with_ld_file> " |
The Mac Agent does not connect as expected. |
|
You get the following exception when the Mac Agent is connecting:"Could not authenticate the user 'user' with SSH keys. Please check that both $HOME folder and ~/.ssh/authorized_keys have the appropiate permissions to use SSH…” | See the following resources on developer.xamarin.com:
If the solutions at the links above do not work, rename or delete ~/.ssh and try to connect again. |
You experience build and deployment errors. |