gpt4 book ai didi

xcode - xcrun 找不到 Xcode 路径

转载 作者:行者123 更新时间:2023-12-02 06:19:22 26 4
gpt4 key购买 nike

Mac OS X 10.8.2
Xcode 4.5.2(安装在/Applications/Xcode.app)

尝试过
xcode-select -switch/Applications/Xcode.app
之后
xcode-select-print-path
输出正确的路径(/Applications/Xcode.app)。但是
xcrun -find gcc
失败并出现错误
xcrun:错误:无法统计事件 Xcode 路径“/Developer/Xcode.app/Contents/Developer”。 (没有这样的文件或目录)。

更新1:
这是权限说明符

ls -l /Applications/Xcode.app  

共 0
drwxr-xr-x@ 16 我的管理员 544 十月 30 23:38 目录

ls -l /Applications/Xcode.app/Contents  

共24个
drwxr-xr-x@ 8 我的管理员 272 十月 30 23:30 应用
drwxr-xr-x@ 9 我的管理员 306 十月 30 23:36 开发人员
drwxr-xr-x@ 5 我的管理员 170 十月 30 23:30 框架
-rw-r--r--@ 1 我的管理员 15289 10 月 19 日 14:22 Info.plist
drwxr-xr-x@ 3 我的管理员 102 Aug 5 08:03 图书馆
drwxr-xr-x@ 3 我的管理员 10 月 30 日 102 23:10 MacOS
drwxr-xr-x@ 16 我的管理员 544 十月 30 23:37 其他框架
-rw-r--r--@ 1 我的管理员 10 月 19 日 8 14:22 PkgInfo
drwxr-xr-x@ 56 我的管理员 1904 年 10 月 30 日 23:36 插件
drwxr-xr-x@ 52 我的管理员 1768 十月 30 23:46 资源
drwxr-xr-x@ 17 我的管理员 578 10 月 30 日 23:46 SharedFrameworks
drwxr-xr-x@ 4 我的管理员 10 月 17 日 136 21:50 XPCServices
drwxr-xr-x@ 3 我的管理员 102 十月 30 23:10 _CodeSignature
-rw-r--r--@ 1 我的管理员 523 十月 30 日 23:10 version.plist

ls -l /Applications/Xcode.app/Contents/Developer  

共 0
drwxr-xr-x@ 3 我的管理员 102 Aug 5 07:29 文档
drwxr-xr-x@ 7 我的管理员 238 十二月 20 21:09 图书馆
drwxr-xr-x@ 7 我的管理员 238 十月 30 23:46 Makefiles
drwxr-xr-x@ 5 我的管理员 170 Oct 30 23:28 平台
drwxr-xr-x@ 3 我的管理员 102 Oct 10 01:37 工具链
drwxr-xr-x@ 22 我的管理员 748 十月 30 23:31 工具
drwxr-xr-x@ 7 我的管理员 238 十月 30 23:46 usr
请帮忙。

最佳答案

已修复!在终端中:

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

说明:
在阅读 man xcrun 时,我注意到 DEVELOPER_DIR 环境变量优先于 xcode-select。所以在这里我们将该变量设置为正确的路径。

关于xcode - xcrun 找不到 Xcode 路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14334708/

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