Post not yet marked as solved
Post marked as unsolved with 0 replies, 203 views
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!