728x90
안녕하세요.
KDoctor에서 '✖ CocoaPods requires your terminal to be using UTF-8 encoding.' 경고가 발생한다면,
아래 방법을 적용해 보세요!

# 해결방법
로그에 적혀있는 대로 ~/.zprofile 파일에 아래 내용을 추가해 보세요!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export LC_ALL=en_US.UTF-8 |
터미널을 재시작하거나, 터미널에 'source ~/.zprofile' 명령어를 입력한 후에 다시 확인하면 경고가 사라집니다ㅎㅎ

# 참고
Set up an environment | Kotlin Multiplatform Development
www.jetbrains.com
이번 글은 여기서 마무리.
반응형
'KMP' 카테고리의 다른 글
[KMP] '✖ System ruby is currently used' 해결방법 (0) | 2025.03.24 |
---|---|
[KMP][iOS] Unable to boot the Simulator (0) | 2024.03.17 |