Xcode 9.2 release for CircleCI 2.0

We have released the Xcode 9.2 image on CircleCI 2.0. Please add the following to your .circleci/config.yml to select that version of Xcode in your jobs:

macos:
  xcode: "9.2.0"

The notable changes in the image compared to the previous one:

  • Xcode 9.2 build version 9C40b
  • Git LFS is now pre-installed (version 2.3.4).
  • iOS simulators have been updated from iOS 11.1 to 11.2 and watchOS 4.1 to 4.2
  • node.js 8.9.0 -> 8.9.1 and the latest version of yarn

If you are currently building macOS / iOS projects on CircleCI 1.0 and would like to try out CircleCI 2.0 for macOS, please check this document for instructions on migrating an iOS project to CircleCI 2.0.

3 Likes

@alexey Does the new image include iOS 9 simulators?

2 Likes

Why is the build number 9.2.0 possible and not 9.2? It is not consistent with the doc where 9.0 XCode version is used: e.g. https://circleci.com/docs/2.0/ios-codesigning/