我试图用 Brew 安装一个公式。但我总是收到一个错误:
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.
Run Code Online (Sandbox Code Playgroud)
我也更新到 Xcode 12 Beta 并将我的 CLT 路径设置为该路径,但我仍然收到此错误。有人可以帮我解决这个问题吗?
我正在为 iOS 开发一个应用程序,并使用 Mac Catalyst 在我的 Mac 上运行。该应用程序在我的 iPhone 上运行良好,但在 Catalyst 上总是显示错误。在从 Beta 5 更新到 Big Sur Beta 6 之前,代码运行良好。这是错误的屏幕截图:
. 对于任何想要复制它的人来说,代码块中的错误也是如此。
The operation couldn’t be completed. (OSStatus error -10670.)
Domain: NSOSStatusErrorDomain
Code: -10670
User Info: {
"_LSFunction" = "_LSOpenStuffCallLocal";
"_LSLine" = 3664;
}
--
System Information
macOS Version 11.0 (Build 20A5364e)
Xcode 12.0 (17210.1)
Run Code Online (Sandbox Code Playgroud)
https://github.com/MysteryCoder456/VegieMato/tree/backend是 GitHub Repo 如果有人想重现这个(即。