Setting up Xcode for CocoaPods plugin
问题 I am trying to setup terminal/Xcode to work correctly for the Xcode CocoaPods Plugin. When I run integrate cocoapods option from the plugin I get a message: [33mWARNING: CocoaPods requires your terminal to be using UTF-8 encoding. See https://github.com/CocoaPods/guides.cocoapods.org/issues/26 for possible solutions.[0m I have searched for the answer to this but I cannot find it. The resolution appears to be to complete the following: export LC_ALL="en_US.UTF-8" I am not sure how to complete