Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Can't exec '/usr/bin/make'"... when compiling a framework project

I am trying to compile a framework (that came as a project folder). When I click Build, I get this:

error: can't exec '/usr/bin/make' (No such file or directory)

... and sure enough it's not there. How do I resolve this? I am using XCode 4.3.2

like image 630
janeh Avatar asked Apr 09 '26 02:04

janeh


1 Answers

You may need to install the command-line tools from inside Xcode.

If that doesn't fix it, also try doing this in a Terminal:

sudo xcode-select -switch /Applications/Xcode.app
like image 94
Kurt Revis Avatar answered Apr 11 '26 20:04

Kurt Revis



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!