Changes between Initial Version and Version 1 of Ticket #63357, comment 6


Ignore:
Timestamp:
Aug 13, 2021, 1:58:36 AM (3 years ago)
Author:
asg243
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63357, comment 6

    initial v1  
    11I've followed along with Ken's suggestions from ticket 58760. The SKD installed matches for OS X 10.11 -sdk macosx10.11. I also had to change my Command Line Tools version to match the Xcode version, and now have CLTools version 7.1.0, and Xcode Version 7.1.1. I think this is the correct match because I could not find a CLTools specifically for Xcode 7.1.1 on the Apple developer site.
    22
    3 The only thing that is not consistent with that ticket is that I can't find the folder {{{/Library/Developer/CommandLineTools}}} to check the contents of the SDK folder. CLTools is installed because when I try to run {{{xcode-select --install}}} it says that it's already installed. But whenever I run {{{sudo rm -rf /Library/Developer/CommandLineTools}}} and run {{{xcode-select --install}}} it goes through the installation, so it thinks {{{/Library/Developer/CommandLineTools}}} is there even though I can't see the {{{CommandLineTools}}} in the {{{Developer}}} folder.
     3The only thing that is not consistent with that ticket is that I can't find the folder {{{/Library/Developer/CommandLineTools/SDK}}} to check the contents of the SDK folder.