Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I get a prompt to install “Command Line Developer Tools” after every Zed update #23584

Closed
1 task done
they-cloned-me opened this issue Jan 24, 2025 · 1 comment
Closed
1 task done
Labels
bug [core label] macOS Platform-specific feedback for macOS behaviors, features, design, etc python Python programming language support

Comments

@they-cloned-me
Copy link

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

Each time I update to a new Zed release, I get a prompt to install "Command Line Developer Tools," even though I have already installed them.
Even after I go through this process, the prompt appears again with the next release.

How can I disable this? It's becoming annoying. 🥲

Image

Zed Version and System Specs

Zed: v0.170.2 (Zed)
OS: macOS 15.3.0
Memory: 16 GiB
Architecture: aarch64

If applicable, add screenshots or screencasts of the incorrect state / behavior

Image

If applicable, attach your Zed.log file to this issue.

Zed.log

@they-cloned-me they-cloned-me changed the title I get a prompt to install “Python” after every Zed update I get a prompt to install “Command Line Developer Tools” after every Zed update Jan 24, 2025
@notpeter notpeter added macOS Platform-specific feedback for macOS behaviors, features, design, etc python Python programming language support and removed triage labels Jan 24, 2025
@notpeter
Copy link
Member

When I have seen this in the past, I have fixed it by:

  1. Manually run software update App Store update (for XCode) Software Update (for XCode command line tools) and restart

  2. Manually run:

sudo xcode-select --install
xcode-select -p

If you have XCode installed it should show: /Applications/Xcode.app/Contents/Developer
And if you just have the command line tools I think it's /Library/Developer/CommandLineTools.

You should be able to switch between them with:

sudo xcode-select --switch /Library/Developer/CommandLineTools
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer

If that doesn't work, you might also try blowing away some Zed data (workspace db, extension cahce, etc) with:

rm -rf ~/Library/Application\ Support/Zed

And restart zed.

@zed-industries zed-industries locked and limited conversation to collaborators Feb 26, 2025
@notpeter notpeter converted this issue into discussion #25668 Feb 26, 2025

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
bug [core label] macOS Platform-specific feedback for macOS behaviors, features, design, etc python Python programming language support
Projects
None yet
Development

No branches or pull requests

2 participants