首页 > 代码库 > 在OSX下卸载Xamarin
在OSX下卸载Xamarin
To uninstall Xamarin Studio, you‘ll want to run the following commands from a Terminal:
sudo rm -rf /Applications/Xamarin Studio.apprm -rf ~/Library/Caches/XamarinStudio-5.0rm -rf ~/Library/Logs/XamarinStudio-5.0rm -rf ~/Library/Preferences/XamarinStudio-5.0rm -rf ~/Library/XamarinStudio-5.0
To uninstall Xamarin.Android, run the following commands in a Terminal:
sudo rm -rf /Developer/MonoDroidsudo rm -rf /Library/Frameworks/Xamarin.Android.frameworkrm -rf ~/Library/MonoAndroidsudo pkgutil --forget com.xamarin.android.pkg
To uninstall Xamarin.iOS, run the following commands in a Terminal:
sudo launchctl unload /Library/LaunchAgents/com.xamarin.mtvs.buildserver.plistsudo rm -f /Library/LaunchAgents/com.xamarin.mtvs.buildserver.plistsudo rm -rf /Developer/MonoTouchrm -rf ~/Library/MonoTouchsudo pkgutil --forget com.xamarin.monotouch.pkgsudo pkgutil --forget com.xamarin.xamarin-ios-build-host.pkg
To uninstall Xamarin.Mac, run the following commands from a Terminal:
[TODO: fill this section in]
To uninstall the Mono MDK, run the following commands from the Terminal:
sudo rm -rf /Library/Frameworks/Mono.frameworksudo pkgutil --forget com.xamarin.mono-MDK.pkg
在OSX下卸载Xamarin
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。