Changes between Version 163 and Version 164 of ProblemHotlist


Ignore:
Timestamp:
Sep 18, 2024, 10:31:52 PM (9 days ago)
Author:
jmroot (Joshua Root)
Comment:

add CLTs 16.0 C++ issue

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v163 v164  
    22
    33[[PageOutline(1-3,Table of Contents,inline)]]
     4
     5== Build failures after updating to version 16.0 of Xcode Command Line Tools == #clts16
     6
     7If you update an older version of the Command Line Tools for Xcode to version 16.0, clang++ may no longer be able to find standard C++ headers. This appears to be due in part to the installer neglecting to remove a directory that was installed by older versions.
     8
     9You can fix the problem by running the following command:
     10{{{
     11sudo rm -rf /Library/Developer/CommandLineTools/usr/include/c++
     12}}}
     13
     14Ticket: #70750
    415
    516== sqlite error: attempt to write a readonly database == #readonlydb