xcode - cocoapods 0.37.2 error during "pod install" -


im trying out sinch sdk. use cocoapods it. went ahead , added podfile directory original project in. when run "pod install" following error.

miguels-macbook-pro:messaging miguel$ pod install /library/ruby/gems/2.0.0/gems/cocoapods-core-0.37.2/lib/cocoapods-core/standard_error.rb:88:in `message': incompatible character encodings: ascii-8bit , utf-8 (encoding::compatibilityerror) /library/ruby/gems/2.0.0/gems/claide-0.8.1/lib/claide/command.rb:367:in `handle_exception' /library/ruby/gems/2.0.0/gems/claide-0.8.1/lib/claide/command.rb:315:in `rescue in run' /library/ruby/gems/2.0.0/gems/claide-0.8.1/lib/claide/command.rb:303:in `run' /library/ruby/gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/command.rb:46:in `run' /library/ruby/gems/2.0.0/gems/cocoapods-0.37.2/bin/pod:44:in `<top (required)>' /usr/bin/pod:23:in `load' /usr/bin/pod:23:in `<main>' 

the same happens if try "pod update"

what doing wrong?

any or pointers appreciated

ok, analyzed "podfile , noticed the (') wrong. if facing issue make sure correct added infront , end of each library pressing (control , ").

hoep helps out there


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -