platform · inferred from evidence
Travis CI
A hosted continuous integration platform for building and testing software projects.
- Travis CI: xcodebuild exited with 65 on iOS simulator tests (flaky, simulator not warmed up)
The flaky exit code 65 comes from the iOS simulator not being ready when tests start. Pre-start/warm the simulator at the beginning of the build before running xcodebuild (e.g. boot the target simulator device and wait for it to settle), wh