mattn / docx2md

Convert Microsoft Word Document to Markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacOS Installation error code missing xcrun

rice5 opened this issue · comments

commented

OS: MacOS Catalina

-> go get github.com/mattn/docx2md
# cd .; git clone https://github.com/mattn/docx2md /Users/****/go/src/github.com/mattn/docx2md
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
package github.com/mattn/docx2md: exit status 1
commented

I do the xcode-select --install manually install xcode and after that it worked for me.

Maybe we should mention this in readme?

commented

I don't have mac. Could you please send me pull-request?