Homebrew에서 Mono를 설치했지만 VisualStudio를 사용할 때 "This application requires Mono 5.10.0.171 or newer."
2074 단어 VisualStudiohomebrew물건Unity
VisualStudio가 사용하는 Mono는 pkg로의 설치를 전제로 하고 있는 모습.
환경
Homebrew에서 Mono 설치
Mono를 설치할 때 Homebrew에서 설치했습니다.
$ brew install mono
$ ./mcs --version
Mono C# compiler version 5.18.0.240
Mono를 다운로드하도록 안내
그러나, 이 상태에서 VisualStudio를 기동하면, 이하의 표시가 나온다.
다른 사람들의 대응
I do not know of a way to get that to work. Easiest, and supported, solution would be to install mono via the .pkg installer.
h tp // w w. 물건 p 여지 ct. 코 m / 도 w 응 아 d /
Xamarin Studio/Visual Studio for Mac does require mono to be installed at/Library/Frameworks/Mono.framework
대처
어려운 Mono 사이트의 설치 프로그램 pkg에서 설치합니다.
htps //w w. 물건 p 여지 ct. 코 m / 드 w 응 아 d / p ゔ ぃ 에 w /
시작했다!
주의점
shell에서 실행하는 mcs의 설정이, pkg로부터 인스톨 된 것이 되어 버린다.
$ which mcs
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mcs
$ mcs --version
Mono C# compiler version 5.20.0.0
Homebrew로 넣은 Mono는 아래에 있으므로 필요에 따라 구분한다.
/usr/local/Cellar/mono/5.18.0.240/bin
Reference
이 문제에 관하여(Homebrew에서 Mono를 설치했지만 VisualStudio를 사용할 때 "This application requires Mono 5.10.0.171 or newer."), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/aftercider/items/ceae7d1cabe5e8b9aa4f
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
$ brew install mono
$ ./mcs --version
Mono C# compiler version 5.18.0.240
그러나, 이 상태에서 VisualStudio를 기동하면, 이하의 표시가 나온다.
다른 사람들의 대응
I do not know of a way to get that to work. Easiest, and supported, solution would be to install mono via the .pkg installer.
h tp // w w. 물건 p 여지 ct. 코 m / 도 w 응 아 d /
Xamarin Studio/Visual Studio for Mac does require mono to be installed at/Library/Frameworks/Mono.framework
대처
어려운 Mono 사이트의 설치 프로그램 pkg에서 설치합니다.
htps //w w. 물건 p 여지 ct. 코 m / 드 w 응 아 d / p ゔ ぃ 에 w /
시작했다!
주의점
shell에서 실행하는 mcs의 설정이, pkg로부터 인스톨 된 것이 되어 버린다.
$ which mcs
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mcs
$ mcs --version
Mono C# compiler version 5.20.0.0
Homebrew로 넣은 Mono는 아래에 있으므로 필요에 따라 구분한다.
/usr/local/Cellar/mono/5.18.0.240/bin
Reference
이 문제에 관하여(Homebrew에서 Mono를 설치했지만 VisualStudio를 사용할 때 "This application requires Mono 5.10.0.171 or newer."), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/aftercider/items/ceae7d1cabe5e8b9aa4f
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
$ which mcs
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mcs
$ mcs --version
Mono C# compiler version 5.20.0.0
/usr/local/Cellar/mono/5.18.0.240/bin
Reference
이 문제에 관하여(Homebrew에서 Mono를 설치했지만 VisualStudio를 사용할 때 "This application requires Mono 5.10.0.171 or newer."), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/aftercider/items/ceae7d1cabe5e8b9aa4f텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)