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.