Xcode 7.3.1 is now available in all OS X builds on CircleCI. To choose Xcode 7.3.1 for your project you can add the following to your circle.yml file:
machine:
xcode:
version: 7.3.1
Please keep in mind that all builds that choose Xcode 7.3 in their circle.yml will also be using Xcode 7.3.1.
Additionally, we have updated the following dependencies:
- carthage is now version 0.16.2
- xctool is now version 0.2.9
- fastlane is now 1.84.0
Please leave a comment in this post if you have any questions about the new OS X build image.