Opendiff 不再启动

发布于 2025-01-06 03:56:38 字数 293 浏览 0 评论 0原文

今天我尝试在 MacBook Pro 上使用 opendiff 并收到此错误。

xcode-select: Error: No Xcode folder is set. Run xcode-select -switch <xcode_folder_path> to set the path to the Xcode folder.
Error: /usr/bin/xcode-select returned unexpected error.

您知道为什么会突然发生这种情况以及如何解决吗?

Today I tried to use opendiff on my MacBook Pro and I got this error.

xcode-select: Error: No Xcode folder is set. Run xcode-select -switch <xcode_folder_path> to set the path to the Xcode folder.
Error: /usr/bin/xcode-select returned unexpected error.

Do you have any idea why it suddenly start happening and how to fix it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

流心雨 2025-01-13 03:56:38

这是因为 4.3 /Developer/ 移至 /Applications/Xcode.app/Contents/Developer/

新路径的正确设置是:

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

That is because with 4.3 /Developer/ moved to /Applications/Xcode.app/Contents/Developer/

The proper setting for the new path is:

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/
昨迟人 2025-01-13 03:56:38

修正:

sudo xcode-select -switch /Developer/

我仍然不确定为什么我停止工作。

Fixed with:

sudo xcode-select -switch /Developer/

I am still unsure why I stopped working though.

随波逐流 2025-01-13 03:56:38
sudo xcode-select -switch /Developer/ 

对我有用

- 我使用 FileMerge 版本并在升级到 OSX 10.7.3 后立即开始看到相同的错误代码

sudo xcode-select -switch /Developer/ 

worked for me

-- I use Versions with FileMerge and started seeing the same error code immediately after upgrading to OSX 10.7.3

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文