[error] flutter doctor 실행 시 Bad UTF-8 encoding (U+FFFD; REPLACEMENT CHARACTER) found while decoding string 에러
https://github.com/flutter/flutter/issues/102451
[windows] Exception: Bad UTF-8 encoding when running flutter doctor or building/running for Windows · Issue #102451 · flutter/
Steps to Reproduce Set your windows locale to german Install the Visual Studio 2022 Build Tools Install the latest flutter beta (beta, 2.13.0-0.2.pre) Run flutter doctor > Temporary solution Log...
github.com
여기 댓글 중 아래 댓을 참고해서
해당 링크로 접속
https://github.com/microsoft/vswhere/releases
Releases · microsoft/vswhere
Locate Visual Studio 2017 and newer installations. Contribute to microsoft/vswhere development by creating an account on GitHub.
github.com
vswhere 설치 후
C:\Program Files (x86)\Microsoft Visual Studio\Installer 경로에 있던 vswhere.exe 파일을 해당 파일로 교체해준다.
다시 flutter doctor를 실행해보면 성공적으로 모든 것이 적용 완료된 것을 확인할 수 있다~