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.
我正在尝试编译一个框架(作为项目文件夹出现)。当我单击构建时,我得到这个:
error: can't exec '/usr/bin/make' (No such file or directory)
......果然它不在那里。我该如何解决这个问题?我正在使用 XCode 4.3.2
您可能需要从 Xcode中安装命令行工具。
如果这不能解决问题,也请尝试在终端中执行此操作:
sudo xcode-select -switch /Applications/Xcode.app