command line tools are already installed, use "Software Update" to install updates?
Asked Answered
B

7

14

I'm getting the error you see below:

    xcode-select: error: command line tools are already installed, use "Software Update" to install updates
    Name@Name-MBP SignUpFlowFanclub % Software Update
    zsh: command not found: Software
    Name@Name-MBP SignUpFlowFanclub % 

This error is coming up as I try and install stripe CLI.

Bannerol answered 16/3, 2021 at 22:18 Comment(0)
L
7

you need to update Xcode. You try softwareupdate --install -a,

if you have problem, use this: xcode-select --install.

Lithium answered 16/3, 2021 at 22:25 Comment(0)
P
8

I had a similar issue:

scntool: warning: Could not find bundle inside /Library/Developer/CommandLineTools at path /Library/Developer/SharedFrameworks/ModelIO.framework

Maybe Homebrew or something caused the issue - not sure

sudo xcode-select --reset 

did help

Pahang answered 10/11, 2021 at 20:27 Comment(2)
Did you mean "Homebrew", not "Hebrew"?Theolatheologian
not work, already the message 'use "Software Update" to install updates'Carillo
A
8
  1. sudo rm -rf /Library/Developer/CommandLineTools
  2. xcode-select --install

From https://github.com/joyfulee/daGit/issues/2

Analyze answered 14/9, 2022 at 19:50 Comment(0)
L
7

you need to update Xcode. You try softwareupdate --install -a,

if you have problem, use this: xcode-select --install.

Lithium answered 16/3, 2021 at 22:25 Comment(0)
I
3

Just wanted to leave this here in case someone has the same problems as I did. There seems to be a bit of an issue after a recent MacOS update. I found this thread which helped me get past the issue of not being able to install the command line tools while repeatedly asking me to install them: https://apple.stackexchange.com/questions/415563/repeatedly-being-asked-to-install-command-line-tools

Essentially, run:

sudo xcode-select -switch /Library/Developer/CommandLineTools
Insensitive answered 18/9, 2022 at 10:50 Comment(0)
T
2

I recently updated to MacOS Big Sur version 11.2.3 and found that I had to manually install the Xcode SDK tools from the apple developer site: https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_for_Xcode_12.4/Command_Line_Tools_for_Xcode_12.4.dmg in order to successfully install packages using MacPorts. But even after installing the Xcode_12.4 I still got the same warning messages: Warning: The macOS 11.2 SDK does not appear to be installed. Ports may not build correctly. Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.

Turbellarian answered 17/3, 2021 at 1:5 Comment(0)
A
1

I am in the same boat as Greg W. You need an apple account to access the developer tools. I dont know what macports is but homebrew is having trouble updating because it cant find the xcode sdk. Pyenv specifically.

Apostil answered 18/3, 2021 at 23:14 Comment(0)
N
0

Faced Same Issue on Intellj after installing macOS Somona Verison :14.5

Open Mac Settings ->Privacy And Security->Give Full Disk Access To Intellj

Problem Solved.

Nomanomad answered 23/7 at 12:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.