Search code examples
xcodexamarin.uitest

Does Xamarin UITest support testing iOS 11?


I currently have a Xamarin UI Test project that was working fine until I updated to Xcode 9.6 beta. I get the below error but have found no resolution online. Nothing has changed except the version of Xcode and I am using:

System.ArgumentException : Must supply files for hashing. Parameter name: fileInfos

return ConfigureApp.iOS.AppBundle(pathiOsApp).DeviceIdentifier(iPhone6).StartApp(Xamarin.UITest.Configuration.AppDataMode.DoNotClear);


Solution

  • It should work, i just tried, and i m running tests using Xcode_9_GM and iOS11_GM on my device.

    Make sure to update your UITests packages:

    Xamarin.TestCloud.Agent.0.21.1

    Xamarin.UITest.2.1.1