유니티 iOS CocoaPods requires your terminal to be using UTF-8 encoding (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 시키는 대로 해라!
2023.03.29