After several developers successfully upgraded to Mavericks, I got brave and decided to upgrade our build server. Of course, that is the upgrade that would go wrong...
I'm unable to build our project from Xamarin Studio on the build machine.
The build is failing with a mono:command not found
error. When I try to run mono directly from the command line, I also get a command not found
error.
I had a similar issue with mercurial, which I'd installed using homebrew. I had to uninstall and reinstall hg to get that squared away.
In this case, I tried rerunning the Xamarin installer, but that didn't help.
Any suggestions?