As macOS 12 is in beta, Homebrew throws the following error when trying to install an application using a pre-compiled bottle:
I did find a potential solution here where you simply override the reported macOS version. However, after editing the file brew.sh and rebooting, the changes are reverted and the Homebrew error persists.
Anyone here with more knowledge that could help? I do not care if things break as I know that I am using beta software. But not having to build most of the apps sure is nice.
Code:
Warning: You are using macOS 12.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
pre-release version.
Error: syncthing: no bottle available!
You can try to install from source with:
brew install --build-from-source syncthing
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.
I did find a potential solution here where you simply override the reported macOS version. However, after editing the file brew.sh and rebooting, the changes are reverted and the Homebrew error persists.
Anyone here with more knowledge that could help? I do not care if things break as I know that I am using beta software. But not having to build most of the apps sure is nice.