xcodebuild is stuck indefinitely when few tests are failed

36 Views Asked by At

I am using XCTest to run UI tests on iPhone.

Whenever few tests are failed, the xcodebuild command is stuck indefinitely without yielding any results. I have to terminate the build manually. I have observed the same behavior when the tests are executed from XCode(15.3).

Below are the settings from my test plan - enter image description here

Can someone please help me how can I debug this behavior?

0

There are 0 best solutions below