Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 984
MysteryCoder456 Avatar asked Jul 26 '20 05:07

MysteryCoder456


1 Answers

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

like image 160
Mayas Avatar answered Oct 17 '22 00:10

Mayas