We’re getting some funkiness with our Xcode 8 builds. The failing builds are running on non-GM versions of Xcode whereas the passing ones are on the GM (identified by the code-select phase sha)
Is there a way to require a specific build version? e.g.
machine:
xcode:
version: "8.0"
build: “8A218a”
(that didn’t work)
Any help pinning this would be great