I would like to be able to uninstall monotouch framework from my Mac OS X, but I don't see a way to do so...
Any help would be appreciated...
I would like to be able to uninstall monotouch framework from my Mac OS X, but I don't see a way to do so...
Any help would be appreciated...
Delete /Developer/MonoTouch
Additionally to the other answers if you may want to delete other xamarin packages installed, enter:
pkgutil --packages
and look for all com.xamarin packages and remove them via:
sudo pkgutil --forget com.xamarin.[name of the package]