RE: CLI Tool Problem

2020-12-10 Thread Christopher Nielsen
> Hi,
> 
> I get the following Error Message, although Xcode 12 and the CLI Tools are 
> installed:
> 
> >> Warning: The macOS 11.0 SDK does not appear to be installed. Ports may not 
> >> build correctly.
> >> Warning: You can install it as part of the Xcode Command Line Tools 
> >> package by running `xcode-select --install’.
> 
> What could be the Problem?
If you’re running Big Sur, try Xcode 12.2, as well as Xcode CLI Tools 12.2.

Re: CLI Tool Problem

2020-12-10 Thread Joshua Root
Tom wrote:
> I get the following Error Message, although Xcode 12 and the CLI Tools are 
> installed:
> 
>>> Warning: The macOS 11.0 SDK does not appear to be installed. Ports may not 
>>> build correctly.
>>> Warning: You can install it as part of the Xcode Command Line Tools package 
>>> by running `xcode-select --install’.
> 
> What could be the Problem?

If the CLTs are installed then they must be outdated. If Software Update
won't update them, see
.

- Josh


Re: CLI Tool Problem

2020-12-10 Thread Chris Jones

Have you tried doing what it asks ?

> On 9 Dec 2020, at 11:32 pm, Tom  wrote:
> 
> 
> Hi,
> 
> I get the following Error Message, although Xcode 12 and the CLI Tools are 
> installed:
> 
>>> Warning: The macOS 11.0 SDK does not appear to be installed. Ports may not 
>>> build correctly.
>>> Warning: You can install it as part of the Xcode Command Line Tools package 
>>> by running `xcode-select --install’.
> 
> What could be the Problem?