You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
We need to install Xcode so that:
xcode-select -p returns /Application/Xcode.app/contents/Developer
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.
The text was updated successfully, but these errors were encountered:
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:
xcode-select -p returns /Application/Xcode.app/contents/Developer
Now
erbb setup
will work properlyAlso Apple ships a binary package of Git with XCode so it is not required to install it manually.
The text was updated successfully, but these errors were encountered: