Question

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...

Was it helpful?

Solution

Delete /Developer/MonoTouch

OTHER TIPS

Easy to go just 2 steps:

sudo rm -rf /Developer/MonoTouch
sudo pkgutil --forget com.xamarin.monotouch.pkg

Source

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]
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top