Cocoapods 0.37.2 error during installation "pod install"

I tried sikh sdk. I would like to use cocoapods with him. I went ahead and added a podfile to the directory where my original project is located. When I run pod install, I get the 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 and UTF-8 (Encoding::CompatibilityError)
from /Library/Ruby/Gems/2.0.0/gems/claide-0.8.1/lib/claide/command.rb:367:in `handle_exception'
from /Library/Ruby/Gems/2.0.0/gems/claide-0.8.1/lib/claide/command.rb:315:in `rescue in run'
from /Library/Ruby/Gems/2.0.0/gems/claide-0.8.1/lib/claide/command.rb:303:in `run'
from /Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/lib/cocoapods/command.rb:46:in `run'
from /Library/Ruby/Gems/2.0.0/gems/cocoapods-0.37.2/bin/pod:44:in `<top (required)>'
from /usr/bin/pod:23:in `load'
from /usr/bin/pod:23:in `<main>'

The same thing happens if I try to do a "pod update"

What can i do wrong?

Any help or pointers would be greatly appreciated.

+4
source share
1 answer

ok, so I parsed my "podfile" and noticed that (') were wrong. If someone encounters this problem, make sure that the infront and end of each library are correctly added by pressing (control and ").

hoep helps someone out there

+15
source

All Articles