gpt4 book ai didi

xcode4.4 - xcrun : Error: could not stat active Xcode path '/Volumes/Xcode/Xcode45-DP1.app/Contents/Developer' .(没有这样的文件或目录)

转载 作者:行者123 更新时间:2023-12-03 05:16:18 28 4
gpt4 key购买 nike

我一整天都在用头撞 table 试图解决这个问题!!!

我已经按照 here 的建议尝试了建议的 xcode-select -switch/path/to/xcode/ 但它仍然给我这个错误!

我现在已经完全删除了 XCode 4.4 和命令行工具,但运行 xcrun 仍然会出现此错误!

即使安装新的 Xcode 副本和命令行工具也会产生此错误!!

命令结果..

sh-3.2# xcode-select -print-path
/Applications/Xcode.app/Contents/Developer
sh-3.2# xcrun -find
xcrun: Error: could not stat active Xcode path '/Volumes/Xcode/Xcode45-DP1.app/Contents/Developer'. (No such file or directory)

最佳答案

解决方案#1(影响所有用户)

xcode-select 就是答案。您要么指向了错误的路径,要么您没有以根用户身份执行此操作。在终端中尝试一下:

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

然后输入您的密码。

解决方案#2(仅影响您)

如果

  • 您不想sudo,或者
  • 您没有 super 用户权限,或者
  • 解决方案 #1 不起作用

改为覆盖 DEVELOPER_DIR 环境变量:

export DEVELOPER_DIR="/Applications/Xcode.app/Contents/Developer"

可选:您可以通过编辑 .bash_profile 来使其在登录 session 之间持续存在。 文件。

如果两种解决方案都不起作用,请发布您的错误消息。

关于xcode4.4 - xcrun : Error: could not stat active Xcode path '/Volumes/Xcode/Xcode45-DP1.app/Contents/Developer' .(没有这样的文件或目录),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11961032/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com