warrensbox/terraform-switcher

Installation fails on MacOS Ventura 13.0 / M1

Closed this issue · 1 comments

Hi,

On MacOS Ventura 13.0 / M1, the installation of tfswitch fails:

==> Upgrading 1 outdated package:
warrensbox/tap/tfswitch 0.13.1288 -> 0.13.1300
==> Downloading https://github.com/warrensbox/terraform-switcher/releases/download/0.13.1300/terraform-switcher_0.13.1300_darwin_arm64.tar.gz
Already downloaded: /Users/<removed>/Library/Caches/Homebrew/downloads/8824564e67ddfc3af7a1b14085503506dabf4e3d00dd44d36339be15b160f776--terraform-switcher_0.13.1300_darwin_arm64.tar.gz
==> Upgrading warrensbox/tap/tfswitch
  0.13.1288 -> 0.13.1300
Error: Your Command Line Tools (CLT) does not support macOS 13.
It is either outdated or was modified.
Please update your Command Line Tools (CLT) or delete it if no updates are available.
Update them from Software Update in System Preferences or run:
  softwareupdate --all --install --force

If that doesn't show you any updates, run:
  sudo rm -rf /Library/Developer/CommandLineTools
  sudo xcode-select --install

Alternatively, manually download them from:
  https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 14.1.

Upgrading warrensbox/tap/tfswitch has failed!

Following up the provided instructions does not resolve the problem.

// Siert

This is an error from brew rather than from tfswitch. Please search through homebrew repo issues to see how to fix this.