作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我最近安装了Xamarin Studio,下次运行brew doctor时,我收到了此警告:
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.
因此,我将 Mono.framework 移至桌面并解决了问题,但当我打开 Xamarin Studio 时,它显示:
Could not launch Xamarin Studio
This application requires the Mono framework.
Please download and install the latest version of Mono.
然后我用 Homebrew 安装了 mono,但是 Xamarin Studio 在打开时仍然有相同的消息。
如何让 Xamarin Studio 使用 Homebrew 版本的 Mono?
最佳答案
我通过安装 mono-mdk 而不是 Homebrew 程序中的 mono 解决了这个问题。
brew cask install mono-mdk
您还可以修改 PATH 以使用 mono-mdk 的二进制文件:
export PATH=/Library/Frameworks/Mono.framework/Versions/Current/Commands:$PATH
关于mono - 如何将 Homebrew 版本的 Mono 与 Xamarin 结合使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23553233/
我是一名优秀的程序员,十分优秀!