15

I'm having a problem installing the Command Line Developer Tools with xcode-select --install using Xcode 11 beta and on Mac Mojave 10.14.5.

The download starts happening and then gets promptly stopped with a message stating:

Can't install the software because it is not currently available from the software update server.

I've looked this up and all the threads that I find all have dead links to download the command line tools:

Example 1

Example 2

asked Jun 4, 2019 at 22:58
1

3 Answers 3

12

I was able to download the command line tools directly from the Downloads page on the Apple Developer site: https://developer.apple.com/download/more/?=command%20line%20tools

Note you'll need to login with an iCloud account to access it.

answered Jun 5, 2019 at 1:16
Sign up to request clarification or add additional context in comments.

Comments

6

EDIT after some pcaping and other dumbness i finally poked around in the xcode gui-- go to Open Developer Tools> More Developer Tools it will launch a webpage behind the dev portal where you can dl the dmg


im guessing their repos are down. im getting the same. picked a bad day to try and installl gcc from brew

answered Jun 5, 2019 at 0:49

1 Comment

After a lot of messing about this is the only thing that worked for me. Thanks.
0

Neither of these answers worked for me, I later found the solution was my installation was done improperly the first time. I ran these commands and got the command line working.

sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install
answered Jan 30, 2024 at 21:00

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.