Skip to content

Instantly share code, notes, and snippets.

@timrisi
Created August 6, 2015 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timrisi/aed8cb7e00c94dce46ae to your computer and use it in GitHub Desktop.
Save timrisi/aed8cb7e00c94dce46ae to your computer and use it in GitHub Desktop.
MMP: warning MM2006: Native library 'liboleaut32.dylib' was referenced but could not be found.
MMP: error MM0000: Unexpected error - Please file a bug report at http://bugzilla.xamarin.com
System.IO.DirectoryNotFoundException: Directory '/Library/Developer/CommandLineTools/Platforms/MacOSX.platform/Developer/SDKs' not found.
at System.IO.Directory.ValidateDirectoryListing (System.String path, System.String searchPattern, System.Boolean& stop) [0x00000] in <filename unknown>:0
at System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) [0x00000] in <filename unknown>:0
at System.IO.Directory.GetDirectories (System.String path, System.String searchPattern) [0x00000] in <filename unknown>:0
at System.IO.Directory.GetDirectories (System.String path) [0x00000] in <filename unknown>:0
at MonoMac.Bundler.Driver.SetSDKVersion () [0x00000] in <filename unknown>:0
at MonoMac.Bundler.Driver.Compile (IEnumerable`1 internalSymbols) [0x00000] in <filename unknown>:0
at MonoMac.Bundler.Driver.Pack (IList`1 unprocessed) [0x00000] in <filename unknown>:0
at MonoMac.Bundler.Driver.Main2 (System.String[] args) [0x00000] in <filename unknown>:0
at MonoMac.Bundler.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0
Task "Mmp" execution -- FAILED
Done building target "_CompileToNative" in project "/Users/Tim/Projects/gdsa/gdsa/gdsa.csproj".-- FAILED
Done building project "/Users/Tim/Projects/gdsa/gdsa/gdsa.csproj".-- FAILED
Build FAILED.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment