We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210c664 commit ce24236Copy full SHA for ce24236
Xamarin.MacDev/MonoTouchSdk.cs
@@ -81,7 +81,6 @@ static MonoTouchSdk ()
81
if (!string.IsNullOrEmpty (env))
82
locations.Add (env);
83
locations.Add ("/Library/Frameworks/Xamarin.iOS.framework/Versions/Current");
84
- locations.Add ("/Developer/MonoTouch");
85
DefaultLocations = locations.ToArray ();
86
}
87
0 commit comments