My macOS job suddenly stopped working, was the Xcode image updated?

Our stable Xcode image releases remain frozen once they are released and are never updated after the initial release. This means that the software that is bundled with them is also the latest software available at the time the image was released.

Bearing in mind that the software on older images is likely outdated, such as Homebrew formulae, it may be updated within the job to a newer version that could include bugs or be incompatible with that particular version of Xcode. This is also true of job dependancies, like Ruby Gems or NPM packages.

If your macOS job suddenly starts to fail, when you have not made any changes to your project,  compare the last passing job with the first failing job, taking particular note to check the version numbers of any software or dependancies used in the job. If you find one of these has changed, please reach out to the project responsible to see if there are any recent known issues. Otherwise, if the jobs look identical apart from the failure, please feel free to open a support ticket so we can assist further.

Note: Xcode Beta images do change as they are updated in-place. For more information about our beta image policy, please see the documentation here.

Was this article helpful?
2 out of 2 found this helpful

Comments

0 comments

Article is closed for comments.