On 2022-4-3 14:05 , Fred Wright wrote:

lrwxr-xr-x  1 root  wheel   15 Sep 26  2020 MacOSX.sdk -> MacOSX10.15.sdk
drwxr-xr-x  7 root  wheel  224 Sep 26  2020 MacOSX.sdk 1
lrwxr-xr-x  1 root  wheel   10 Aug 17  2019 MacOSX10.14.sdk -> MacOSX.sdk
drwxr-xr-x  8 root  wheel  256 Nov  7  2019 MacOSX10.15.sdk

I'm pretty sure I never changed anything there, other than by running Apple installers.  I wouldn't be surprised if "MacOSX.sdk 1" is really a 10.14 SDK, but I didn't dig into it.

Having MacOSX10.14.sdk ultimately pointing to MacOSX10.15.sdk is probably going to cause problems. On my 10.14 system it looks like this:

% ls -l /Library/Developer/CommandLineTools/SDKs
total 0
drwxr-xr-x  7 root  wheel  224  9 Jul  2019 MacOSX.sdk
drwxr-xr-x  5 root  wheel  160 12 May  2018 MacOSX10.13.sdk
lrwxr-xr-x  1 root  wheel   10  4 Oct  2019 MacOSX10.14.sdk -> MacOSX.sdk
% plutil -p /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/SDKSettings.plist | fgrep \"Version\"
  "Version" => "10.14"

- Josh

Reply via email to