Xcode 13.3.1 failing UI Tests on M1 Macbook

Hello,

We are experiencing failing UI Tests on M1 devices (Xcode 13.3.1) while they pass well on Intel devices.

The most common errors are:

  • App stucks on splashcreen resulting in xctassert timeout
  • Scrolling is not working properly (like there is no deceleration) resulting in wrong screen position and not found elements

Notes:

  • Simulator is running without Rosetta
  • We have to exclude arm64-simulator arch support because of third party libraries

Has anyone encountered such a problem?

Thanks!

Xcode 13.3.1 failing UI Tests on M1 Macbook
 
 
Q