Closed berty-assistant closed 5 years ago
Fix for this error:
ERROR: /private/var/tmp/_bazel_aeddi/9483d74943f1b89597516dbdfbe32484/external/local_config_cc/BUILD:64:5: in apple_cc_toolchain rule @local_config_cc//:cc-compiler-armeabi-v7a: Xcode version must be specified to use an Apple CROSSTOOL. If your Xcode version has changed recently, verify that "xcode-select -p" is correct and then try: "bazel shutdown" to re-run Xcode configuration
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -license
bazel clean --expunge
fixed, thx!