We’re as of yet unable to use the Xcode 11.3 image due to a known issue that prevents XCTest from automating webview text fields, hence breaking our UI test suite. This has been reported by others and is a known issue, although it’s unclear if it’s one Apple is addressing.
A reliable workaround for this issue is to use iOS 13.2 simulators instead of iOS 13.3. The problem being: 13.2 isn’t presently installed in the Xcode 11.3 image. Any chance it could be, at least until we’re able to confirm the issue has been addressed by Apple (likely in a future Xcode release)?
Aha - I had tried adding xcode-install to my project’s bundle and running that command via bundle exec but it asked for machine credentials to complete the install. I will try using the non-bundled version and see if that makes a difference.
Ok I’m wrong…it does throw up the “Please authenticate” and appears to hang…but it does eventually succeed with the install. I’ll move forward with that workaround and see if it helps unblock.