UI Tests on Xcode Cloud fail due to Simulator randomly showing Apple logo

Hello everyone!

When I run UI Tests on Xcode Cloud, I often encounter unexpected failures. Checking the screen recording, I found that the iOS Simulator could go into a black screen with a white Apple logo and a progress bar for a period after the test starts. This behavior of the Simulator causes my app's UI Tests to fail randomly, which greatly affects the practical use of UI Tests.

I suspect this phenomenon is unrelated to my app and test cases, so I'm asking if anyone else has encountered a similar issue. 🤔

Yes, this quite annoying & quite often. And for resolving, it leaves me no way but enabling multiple retry at testplan

UI Tests on Xcode Cloud fail due to Simulator randomly showing Apple logo
 
 
Q