We have released the Xcode 9.3 Beta 4 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.3.0"
The notable changes in the image compared to the previous one:
Upgraded OS to macOS High Sierra 10.13.3 (17D102).
Increased free disk space from 24G to 32G.
Xcode 9.3 Beta 4 (build 9Q127n)
iOS simulators have been updated to iOS 11.3 and watchOS to 4.3.
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.