[memo] OS X El Capitan Xamarin Studio から SCPlugin not supported と言われて
お試しで入れてみると、
Xamarin Studio has detected that SCPlugin (scplugin.tigris.org) is installed. SCPlugin is a Subversion extension for Finder that is known to cause crashes in Xamarin Studio andother applications running on Mac OSX 10.9 (Mavericks) or upper. Please uninstall SCPlugin before proceeding.
手元の環境では以下の対応
[zunermuka ~]$ sudo rm -f /Library/Contextual\ Menu\ Items/SCFinderPlugin.plugin
https://bugzilla.xamarin.com/show_bug.cgi?id=21755
Xamarin Studio has detected that SCPlugin (scplugin.tigris.org) is installed. SCPlugin is a Subversion extension for Finder that is known to cause crashes in Xamarin Studio andother applications running on Mac OSX 10.9 (Mavericks) or upper. Please uninstall SCPlugin before proceeding.
手元の環境では以下の対応
[zunermuka ~]$ sudo rm -f /Library/Contextual\ Menu\ Items/SCFinderPlugin.plugin
https://bugzilla.xamarin.com/show_bug.cgi?id=21755
コメント