I can't connect to Mac with Xamarin Mac Agent from Visual Studio 2015

前端 未结 15 1861
一生所求
一生所求 2020-12-08 15:07

I\'m continuing my adventure with Xamarin.

I\'m developing an Xamarin Forms application with a Portable Class Libraries (PCL).

I have compiled and debugged my

15条回答
  •  死守一世寂寞
    2020-12-08 15:48

    I have just solved this problem! It was nonsense.

    To connect Visual Studio Xamarin project and simulate that on Mac when you get:

    Couldn't connect to computername.local please try again later.

    What you need to do next:

    1. Follow the solution from xamarin community about mac connection after this point if everything OK, you will connect, but if no..
    2. Install XAMARIN STUDIO on MAC. After installation start XAMARIN studio, create your own app and run with simulator
    3. Close app and try to connect again from Windows computer. At this point you will make synchronization and that's all.

    Problem solved! I hope this will be useful for somebody.

提交回复
热议问题