React Native项目运行pod install报错Uni
2021-09-06 本文已影响0人
Loki_
运行pod install
报错 Unicode Normalization not appropriate for ASCII-8BIT (Encoding::CompatibilityError)
截图中绿色框中已经给了解决方案:
1、终端运行open ~/.bash_profile
2、添加 export LANG=en_US.UTF-8后保存
3、终端运行source .bash_profile
4、终端运行echo $LANG查看是否已正确配置
5、运行pod install即可