I recently installed Xamarin Studio, and the next time I went to run brew doctor, I got this warning:
Warning: /Library/Frameworks/Mono.framework detected
This can be picked up by CMake's build system and likely cause the build to fail. You may need to move this file out of the way to compile CMake.
So I moved Mono.framework out of the way to my desktop and that fixed the problem, but when I went to open Xamarin Studio, it said:
Could not launch Xamarin Studio
This application requires the Mono framework.
Please download and install the latest version of Mono.
So then I installed mono with Homebrew, but Xamarin Studio still has the same message when opening.
How can I get Xamarin Studio to use Homebrew's version of Mono?