You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The xcode version is only really used when we want to do native
clang build, and we recent ran into issues of compatiblity between
our clang-12 binary and linker that is part of xcode 9.0.0.
We were seeing clang pass `-platform_version` to the linker which
is not a supported linker flag in xcode 9.0.0.
I'm not sure exactly how this ever worked to why it broke in the last
couple of days.
Fixes: #12331
0 commit comments