美文网首页
React Native项目运行pod install报错Uni

React Native项目运行pod install报错Uni

作者: Loki_ | 来源:发表于2021-09-06 16:14 被阅读0次

运行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即可

相关文章

网友评论

      本文标题:React Native项目运行pod install报错Uni

      本文链接:https://www.haomeiwen.com/subject/msaewltx.html