Skip to content

Instantly share code, notes, and snippets.

@prashantvc
Last active August 29, 2015 14:06
Show Gist options
  • Save prashantvc/e44964fafbf0a4b86601 to your computer and use it in GitHub Desktop.
Save prashantvc/e44964fafbf0a4b86601 to your computer and use it in GitHub Desktop.

MT1008: Failed to launch the simulator: Could not find a part of the path

This usually happens when symbolic link is removed in your /usr/bin directory on the Mac Build Host. To resolve this, you will first need to uninstall the software using one of the below methods:

  • Option 1: You could uninstall Xamarin Studio from /Applications/Xamarin Studio.app and then manually delete all the following directories
/Developer/MonoTouch
/Developer/MonoAndroid
/Library/Frameworks/Mono.framework
/Library/Frameworks/Xamarin.Android.framework
/Applications/Xamarin Studio.app
~/Library/Developer/Xamarin
  • Option 2: You could use thrid party app like AppZapper or Mac Cleaner to fully remove all the Xamarin related files and directories.

    And email [email protected] for manual installation instructions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment