Hi all,
I was initially reluctant to post this here because of NDA concerns, but as
Google is surfacing Apple's developer forum pages (including the post below), I
figured I'm OK!
As most of you probably know, in 10.14 last year, Apple stopped installing
headers with the command line tools, bu
> On Sep 13, 2019, at 1:32 AM, Mark Allan via Cocoa-dev
> wrote:
>
> I was initially reluctant to post this here because of NDA concerns
No worries, there hasn't been a F*cking NDA for years now. You can talk about
beta Xcode builds in public.
> They've pulled the same trick again with 10.1
FWIW, the Command Line Tools (which is significantly smaller than Xcode)
includes the headers (at
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/), and will
also set Clang’s default header search path so that these can be found. You can
get that with “xcode-select --install”, t
> On 13 Sep 2019, at 5:58 pm, Jens Alfke wrote:
>> They've pulled the same trick again with 10.15 but this time, the installer
>> for the headers is also missing meaning I'm unable to compile 3rd party
>> software using the command line tools because of missing headers like zlib
>> and libxml2