I am developing an app for WinRT and iOS (ipad).
Most of the time I test/debug using the WinRT version, since I am developing on a Windows machine.
From time to time, I need to test my app on the iOS device (iPad air 2). I am using a Mac mini as the Xamarin Mac Agent.
But every time I want to debug, it takes 3, 4, sometime 5 minutes before the app starts on the ipad (or before the build fails).
Often the build fails and usually I need to restart Visual Studio before I can try again.
Is this the expected behaviour when debugging a Xamarin iOS app? Or do I need to find out what is wrong with my project? How can I find out what steps in the build process take so much time?