Open kekxv opened 1 month ago
My bazel is working again after reinstalling Xcode and Command Line Tools
My bazel is working again after reinstalling Xcode and Command Line Tools
is work for me.
but reinstall Command Line Tools
is 15, not 16 .
Maybe Command Line Tools 16
is not supported .
Does:
bazel sync --configure
Help?
Bazel caches it's autodetected toolchain from xcode. If you update xcode to a new location, it won't be able to find the same header files anymore.
The above command reruns the toolchain autodetection to detect where xcode is.
There's some more information here for more details: https://github.com/bazelbuild/rules_apple/blob/master/doc/common_info.md#xcode-version-selection-and-invalidation
Description of the bug:
Which category does this issue belong to?
C++ Rules, Local Execution
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
macos 14 was work.
upgrade
system
andCommandLineTools
not working.Which operating system are you running Bazel on?
macos sequoia (macos 15)
What is the output of
bazel info release
?release 7.3.1
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?No response
If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response