MysteryCoder456
MysteryCoder456

Reputation: 469

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?

Upvotes: 11

Views: 10247

Answers (1)

Mayas
Mayas

Reputation: 1494

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

Upvotes: 9

Related Questions