SolaWing / xcode-build-server

a build server protocol implementation for integrate xcode with sourcekit-lsp
MIT License
283 stars 16 forks source link

Parse log with UnicodeDecodeError #47

Closed TMTBO closed 2 months ago

TMTBO commented 2 months ago

I parse my xcodebuild log with the command below and got UnicodeDecodeError. Any suggestion for this?

xcode-build-server parse .nvim/xcodebuild/original_logs.log -o .nvim/xcodebuild/.compile

image

my xcodebuild log file original_logs.log

SolaWing commented 2 months ago

Strange, I successfully ran same command.. Are you in any non-utf-8 environment?

TMTBO commented 2 months ago

image Some unexpected chars appear in the log file and I will taken a look at that. Thanks for you answer.