Sujet : Re: Ada on old Macs
De : simon (at) *nospam* pushface.org (Simon Wright)
Groupes : comp.lang.adaDate : 07. Jan 2025, 20:34:50
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <lycygyifj9.fsf@pushface.org>
References : 1
User-Agent : Gnus/5.13 (Gnus v5.13)
Marius Alves <
marius2023pt@gmail.com> writes:
Marios-Air:~ marius$ gcc --help
xcrun: error: invalid active developer path
(/Library/Developer/CommandLineTools), missing xcrun at:
/Library/Developer/CommandLineTools/usr/bin/xcrun
I think you need to start by saying
$ xcode-select --install
On the other hand, xcrun on this machine is at /usr/bin, not
/Library/Developer/CommandLineTools/usr/bin/xcrun. Still, give it a go