I started some tests using Visual Studio 2015 and Xamarin for iOS. The latest version of the Xamarin build server is configured and running on my new Mac Mini, Visual Studio 2015 has been updated, and the latest version of Xamarin has been launched.
Now that I am compiling a standard universal application, it runs for 3 seconds or so. But when I got into Debug, the server log says that it is processing requests, but the simulator is not displayed, nor any message on the Mac.
After an endless list:
The request is being processed in X.XXXms
(usually in increments of about 2 seconds)
it stops debugging after a few minutes without any messages on Mac or in Visual Studio.
What is wrong with my debugging? Is this a problem with Visual Studio, Mac, Xamarin?
source share