macOS Build Image Update: Xcode 9.1

We have released a new version of our macOS build image with Xcode 9.1 build version 9B55. You can select Xcode 9.1 in your builds by adding the following to your circle.yml:

machine:
  xcode:
    version: "9.1"

The release notes from Apple are here:

https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html

All changes in the image are listed here: https://github.com/circleci/macos-image-tests/pull/19/files

The notable changes are: the iOS SDK is now version 11.1 rather than 11.0.1 (this is the version that Xcode 9.1 installs). Also bundle and node have all been bumped to the latest minor releases.

Please let us know if you have any questions or feedback.

3 Likes

When will this be available for CircleCI 2.0?

We are working on making Xcode 9.1 available on CircleCI 2.0. We will update this post once that can be used on 2.0. Thank you for your patience.

Xcode 9.1 is now available on CircleCI 2.0. Thank you for your patience! Please check this post for the instructions on using Xcode 9.1 on CircleCI 2.0.

1 Like