Hi there,
I have reason to believe that sometimes the Xcode installation lives at /Applications/Xcode-12.5.1.app
, and sometimes it lives at /Applications/Xcode.app
, which is causing some non-deterministic failing behaviors in our macos
jobs.
There’s another discussion thread related to what we are experiencing CircleCI fails to open Xcode - #2 by shzhng. After doing some debugging it seems that xcode-select -p
returns the a directory of /Applications/Xcode-12.5.1.app/Contents/Developer
, however that directory doesn’t actually exist