We are delighted to have released the Xcode 9.3 GM 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"
We have released the image in-place over Xcode 9.3 Beta 4, so if you are using the beta image, any new builds will run with our Xcode 9.3 GM image.
I get this strange message when trying to install or use git lfs:
git-lfs 2.4.0 is already installed and up-to-date
To reinstall 2.4.0, run brew reinstall git-lfs
Skipping object checkout, Git LFS is not installed.
@marc I am getting the same thing when upgrading to 9.3 container. Skipping object checkout, Git LFS is not installed. I have not installed git lfs explicitly and assuming it is already installed.
Also confirming the need to reinstall git lfs since CircleCI’s install of it wasn’t pulling everything down properly. It kept giving Skipping object checkout, Git LFS is not installed for two SDKs that were previously installing just fine on the Xcode 9.2.0 image.