So I start an UI test in XCode, during which the an error occurs or some exeption is thrown.
I start debugging and trying to understand what the problem is, but then the UI test fails after some time out with this error message:
Assertion Failure: UI Testing Failure - Failed to perform AX action for monitoring the animations of <XCUIApplicationProcess...
The stack is gone and so is everything that was printed to the console. So I am unable to continue debugging after that happens.
I assume that XCode thinks it is waiting for an animation? Has anybody else this problem? Do you have an idea how to solve it? Or is there a possibility to increase the timer to more than just a few seconds?