Changes between Version 149 and Version 150 of ProblemHotlist


Ignore:
Timestamp:
Nov 15, 2020, 12:25:27 AM (4 years ago)
Author:
jmroot (Joshua Root)
Comment:

more details of CLT receipt bug

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v149 v150  
    166166When the command line tools package is installed, a receipt is generated that can be accessed with `/usr/sbin/pkgutil`.
    167167When upgrading Xcode, this receipt can be lost even though the command line tools remain installed.
    168 Without this receipt, MacPorts cannot determine which version of the command line tools package is installed.
     168Without this receipt, MacPorts cannot determine which version of the command line tools package is installed, and worse, Software Update will never update the CLTs.
    169169
    170170'''Fix:'''[[BR]]
    171171
    172 Reinstalling the command line tools package fixes the problem.
     172Reinstalling the command line tools package fixes the problem (however future updates will cause it to recur until Apple fixes the bug).
    173173* Download the command line tools package from the [https://developer.apple.com/download/more/?=command%20line%20tools Apple Developer] site.
    174174* 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.