Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近在我的 Mac 上安装了 Xcode 3.2.6,但在程序准备好构建后,它会发布“错误:无法执行 '/usr/bin/make'(没有这样的文件或目录)。” 我已经看到了该文件,该文件位于 Xcode 的文件夹中,但我不知道如何将程序引用到它。有谁知道这个问题以及如何解决它?
尝试安装命令行工具:
XCode > 首选项 > 下载 > 组件 > 命令行工具。
你重启了吗?如果您在安装后不重新启动,Xcode 3 尤其是在寻找它的工具方面非常挑剔。