Skip to content

Instantly share code, notes, and snippets.

@migueldeicaza
Created July 22, 2017 02:18
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 migueldeicaza/f5950cb487d2dddb5150bfba720e7fad to your computer and use it in GitHub Desktop.
Save migueldeicaza/f5950cb487d2dddb5150bfba720e7fad to your computer and use it in GitHub Desktop.
cp ../../../../xamarin-macios/../XmlDocSync/build/Console/* build/msxml/
mono --debug build/msxml/msxml.exe create -m ../../../../xamarin-macios/../ios-api-docs/en -a ../../../../xamarin-macios/src/build/ios/compat/monotouch.dll -o build/classic/monotouch.xml || true
Building MsDoc from Mono Docs
Unhandled Exception:
System.ArgumentException: Namespace 'MonoTouch.MonoTouch.Dialog' not found in monodoc index.
at Xamarin.XmlDocSync.MonoDocXml.Load (System.String path) [0x001e2] in <d35e934b0aea452eb8da32b99ef9df8e>:0
at Xamarin.XmlDocSync.CmdLine.Program.CreateMsDoc (System.String monoDocsPath, System.String assemblyPath, System.String outputPath) [0x00038] in <d782bcfa95654fae8b08c4fa6d136be7>:0
at Xamarin.XmlDocSync.CmdLine.Program.Main (System.String[] args) [0x000de] in <d782bcfa95654fae8b08c4fa6d136be7>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: Namespace 'MonoTouch.MonoTouch.Dialog' not found in monodoc index.
at Xamarin.XmlDocSync.MonoDocXml.Load (System.String path) [0x001e2] in <d35e934b0aea452eb8da32b99ef9df8e>:0
at Xamarin.XmlDocSync.CmdLine.Program.CreateMsDoc (System.String monoDocsPath, System.String assemblyPath, System.String outputPath) [0x00038] in <d782bcfa95654fae8b08c4fa6d136be7>:0
at Xamarin.XmlDocSync.CmdLine.Program.Main (System.String[] args) [0x000de] in <d782bcfa95654fae8b08c4fa6d136be7>:0
install -m 644 build/classic/monotouch.xml /cvs/mt/xamarin-macios/_ios-build//Library/Frameworks/Xamarin.iOS.framework/Versions/git/share/doc/MonoTouch/classic/monotouch.xml
install: build/classic/monotouch.xml: No such file or directory
make[2]: *** [/cvs/mt/xamarin-macios/_ios-build//Library/Frameworks/Xamarin.iOS.framework/Versions/git/share/doc/MonoTouch/classic/monotouch.xml] Error 71
rm build/msxml/msxml.exe
make[1]: *** [all-recurse] Error 1
make: *** [all-recurse] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment