Changes between Version 1 and Version 3 of Ticket #70803


Ignore:
Timestamp:
Sep 22, 2024, 8:31:49 AM (3 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Xcode and the Xcode command line tools are two different things. You should install version 16 of both.

If you are upgrading from CLT < 16 to 16 you should afterward run this command to delete a directory that will cause C++ ports to fail to build; see #70750:

sudo rm -rf /Library/Developer/CommandLineTools/usr/include/c++

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70803

    • Property Priority changed from High to Normal
    • Property Keywords libusb install removed
  • Ticket #70803 – Description

    v1 v3  
    1 I'm trying to install libusb on my macOS Sequoia and I'm getting Error: The installed version of the Command Line Tools for Xcode (15.3.0.0.0.1.1708646388) is too old to use on the installed OS version. Please install version 16 or later on macOS 15.
     1I'm trying to install libusb on my macOS Sequoia and I'm getting
     2{{{
     3Error: The installed version of the Command Line Tools for Xcode (15.3.0.0.0.1.1708646388) is too old to use on the installed OS version. Please install version 16 or later on macOS 15.
     4}}}
    25
    36I have version 16 of Xcode installed though
    47
     8{{{
    59        Title: Command Line Tools for Xcode, Version: 16.0, Size: 751012KiB, Recommended: YES,
     10}}}