Difference between revisions of "CocoaPods"
Jump to navigation
Jump to search
(→Errors) |
|||
Line 3: | Line 3: | ||
== Errors == | == Errors == | ||
WARNING: CocoaPods requires your terminal to be using [[UTF-8]] encoding. | WARNING: CocoaPods requires your terminal to be using [[UTF-8]] encoding. | ||
+ | Consider adding the following to ~/.profile: | ||
+ | export [[LANG]]=en_US.UTF-8 | ||
== Related == | == Related == |
Revision as of 10:23, 20 January 2022
wikipedia:CocoaPods is an application level dependency manager for Objective-C, Swift and any other languages that run on the Objective-C runtime, such as RubyMotion.
Errors
WARNING: CocoaPods requires your terminal to be using UTF-8 encoding. Consider adding the following to ~/.profile: export LANG=en_US.UTF-8
Related
bundle exec pod install --deployment
pod (command)
- ArgumentError - invalid byte sequence in US-ASCII
See also
Advertising: