ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
309 stars 21 forks source link

erbb setup reports “Xcode is not installed” #562

Open daFunkyCoder opened 1 year ago

daFunkyCoder commented 1 year ago

After a fresh install of OSX, and setting up the environment as the documentation says, erbb setup fails:

Error: Xcode is not installed. Xcode tools like make or xcodebuild are required. You can find it here: https://developer.apple.com/xcode/ Please install Xcode.

I found a workaround:

Now erbb setup will work properly

Also Apple ships a binary package of Git with XCode so it is not required to install it manually.