유니티 iOS CocoaPods requires your terminal to be using UTF-8 encoding (Unity) 에러
2023. 3. 29. 01:02ㆍUnity
유니티 iOS CocoaPods requires your terminal to be using UTF-8 encoding (Unity) 에러
WARNING: CocoaPods requires your terminal to be using UTF-8 encoding.
Consider adding the following to ~/.profile:
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
시키는 대로 해라!