macOS Build Image Update: Xcode 9.0 beta 2

Today we updated our Xcode 9.0 beta 1 image to Xcode 9.0 beta 2 with the latest simulators.

You can use this image by specifying Xcode 9.0 in your circle.yml:

machine:
  xcode:
    version: "9.0"

This image tag will be automatically upgraded when new betas are released by Apple, until the final release of Xcode 9.

In the previous image, some folks asked us to add the iOS 10 simulators to enable 32-bit testing, so we added the 10.2 simulators in this image.
You can find the full list of changes for this release on the image tests repo:


and you can see all of the installed software here.

1 Like