Homebrew giving error that SDK not found (MacOS 11/10.16)

Viewed 9497

I trying to install a formula with Brew. But I always get a an Error:

Error: Could not find an SDK that supports macOS 11.0.
You may have have an outdated or incompatible CLT.
Homebrew found the following SDKs in the CLT install:
  10.14
  10.15

Please update CLT or uninstall it if no updates are available.

I have updated to Xcode 12 Beta as well and set my CLT path to that too but I still get this error. Can anybody please help me fix this?

1 Answers

You should install Command Line Tools for Xcode 12 beta 3 here

Related