Did anyone was able to run ios ui test on the simulator after last 18 september 2018 releases?

422 Views Asked by At

I wrote a few ui test in March/APril using NUunit 2.6.3 and Xamarin.UITest 2.2.4, and I was able to run them on debug mode using the ipad simulator on my mac and also on a physical test ipad.

Today, after last xcode , os and visual studio for mac releases, I get mainly 2 errors:

1) not able to install the device - agent ( i tried deleting the xdb folder inside the tmpdir folder) and then I get

2) unable to contact test backend running app .a common cause is that the app is not properly linked with calabash, Even if I aded xamarin cloud agent v 0.21.6 (also tried the last one 0.21.7 but with no success)package to my iOS app(I'm using xamarin.forms 3.1), I've added the ENABLE_CLOUD key for the build action, and also in the FinishedLaunching method inside AppInitializer I have Xamarin,Calabash.Start() .

Did anyone has any clue? I also tried the last version of Xamarin.UITest 2.2.6 without any success.

1

There are 1 best solutions below

2
On

WE solved by installing and using ios 11.4 simulator...trying to fix this also for the ios 12