1.4.0
Huge improvements!!
- FIX : if a "retry" fails previously it marked the step as "succeeded" - this "false positive" is now fixed
- If a retry is triggered it will never be run with
clean
build option, as the first build already clears if the option is set - It seems that we could finally fix the
iPhoneSimulator: Timed out waiting 120 seconds for simulator to boot, current state is 1.
error! This is indeed a reproducible bug in Xcode's command line interface. If it's called with only thetest
command/verb the compilation time is also counted into the Simulator boot time! So, in case the compilation takes more than 120 seconds it'll always trigger a Simulator boot timeout! Including thebuild
command/verb before thetest
command/verb fixes this!