Can't run XCUITests in Xcode 12

Just upgrades to Xcode 12. I'm working on writing a UITest and I can't get the record button to work or any test to run.

Record button:
  • Seems to activate, and launches simulator.

  • Highlights one of the lines of code with the semi-transparent white bar as it always has.

  • Doesn't capture any taps or report any errors, just does nothing.


Running tests:
  • iOS 14 simulator: Underlying error: Failed call to AXDisabledAccessibilityOnTermination: kAXErrorCannotComplete

  • iOS 13.3 simulator: Underlying Error: Timed out waiting for AX loaded notification

I've tried restarting xcode, restarting simulators etc. Can't get anything to work.

I still haven't gotten an answer to my last question about Xcode 11 Server timing out with "AX loaded notification": https://developer.apple.com/forums/thread/656364, seems to be related. Really need someone from apple to look into these issues.
Resetting the simulator using "Erase all settings and data", and resonating the app, seems to temporarily solve the issue
Can't run XCUITests in Xcode 12
 
 
Q