Changes between Version 153 and Version 154 of ProblemHotlist


Ignore:
Timestamp:
May 1, 2021, 4:46:31 PM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Recommend installing only version of the CLT; fix name of OS X 10.9

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v153 v154  
    158158* Download the command line tools package from the [https://developer.apple.com/download/more/?=command%20line%20tools Apple Developer] site.
    159159* If the version of the CLT you need is not listed at the developer site, but an older version is, reinstalling that will restore the package receipts. Then just run Software Update to trigger the update to the newer version.
    160 * Or, on Mac OS X 10.9 or greater, Software Update can reinstall the package:
     160* Or, on OS X 10.9 or greater, Software Update can reinstall the package:
    161161  * {{{touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress}}}
    162162  * {{{softwareupdate -l}}}
    163   * [https://support.apple.com/en-us/HT201541 Run Software Update]
     163  * [https://support.apple.com/en-us/HT201541 Run Software Update] and install the command line tools. If more than one version is presented, select only the version that matches your Xcode version.
    164164  * {{{rm /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress}}}
    165165Please note that Software Update will continue to list the command line tools package as outdated so long as the file `/tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress` exists.[[BR]]