错误提示是: CocoaPods 需要终端使用utf-8编码

 

 

jenkins执行 pod install 报错 CocoaPods requires your terminal to be using UTF-8 encoding.     Consider adding the following to ~/.profile:

 

解决办法  

在构建脚本中增加语句: 

export LANG=en_US.UTF-8

  

jenkins执行 pod install 报错 CocoaPods requires your terminal to be using UTF-8 encoding.     Consider adding the following to ~/.profile:

 

 

相关文章: