Difference between revisions of "CocoaPods"
Jump to navigation
Jump to search
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[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. | [[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 == | == Related == | ||
* <code>[[bundle exec pod install --deployment]]</code> | * <code>[[bundle exec pod install --deployment]]</code> | ||
* <code>[[pod (command)]]</code> | * <code>[[pod (command)]]</code> | ||
− | * [[ArgumentError]] - invalid byte sequence in [[US-ASCII]] | + | * <code>[[ArgumentError]] - invalid byte sequence in [[US-ASCII]]</code> |
== See also == | == See also == |
Latest revision as of 10:22, 25 January 2023
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[edit]
WARNING: CocoaPods requires your terminal to be using UTF-8 encoding. Consider adding the following to ~/.profile: export LANG=en_US.UTF-8
Related[edit]
bundle exec pod install --deployment
pod (command)
ArgumentError - invalid byte sequence in US-ASCII
See also[edit]
Advertising: