XCode 15 iOS 17 Tests not running in Parallel

When I run the test suite (CTRL + U), only 1 clone shows up with iOS 17 and sometimes it just hangs. Whereas the test suite runs fine if I swap the simulator to iOS 16.2

Post not yet marked as solved Up vote post of daniel-lam Down vote post of daniel-lam
1.7k views

Replies

Same issue here. I see "Testing..." in the Xcode statusbar but it does nothing.

It seems to work when I turn off "Execute in parallel".

Having the same issue. Disabling running in parallel works, but isn't an ideal solution

Hi! Removing all the simulators helped me in this situation.

I've checked the list: xcrun simctl list and then executed xcrun simctl delete id1 id2 id3 ... Finally I added simulators I need again and tried CMD+U. All good.

I was able to solve it by deleting the iOS 17 beta simulators!