I am facing "Stalled error" when running UITest on Xamarin test cloud from mac machine - Xamarin studio. UITest is written for Xamarin.ios application, which is just having code (the default code) AppLaunches test and code is app.Screenshot("First screen"). My BeforeEachTest looks like as below
app = Configureapp.ios.PreferIdeSetting().StartApp();
Inside xamarin studio, unit test window, I have linked the ios app to the UITest project.
My project is in configuration debug|iPhone.
I have followed steps as, in appdelegate file of ios project, I have added Xamarin.Calabash.Start(), and also added package Xamarin.testcloud.agent in ios project.
My app size is 32.88 mb
Please suggest the solution.