CocoaPods/Core

warning: URI.escape is obsolete

Closed this issue ยท 7 comments

When typing pod install, I get this bizzare warning multiple times:
/usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-core-1.9.0/lib/cocoapods-core/cdn_source.rb:337: warning: URI.escape is obsolete
Any ideas what is wrong?

Fixed here #613 haven't shipped yet.

@dnkoutso I suggest keeping it open to avoid duplicates. I was about to make one LOL

Would we get notified when next release with #613 is out?

it's August and this is still a thing
image

@dev4dev Please correct your tone and respect the people who work to support this project.

Also 1.10.0.beta.1 has started that has fixed this issue http://blog.cocoapods.org/CocoaPods-1.10.0-beta/.

It seems you are using 1.9.3.

@dnkoutso I respect what people do, I did few small contribs to this project too, you can re-read my comment in a more calm way and it would be better ๐Ÿคท๐Ÿปโ€โ™‚๏ธ

Solved for me (was a ruby version problem with 2.7.1 and 2.7.2), solved with 2.6.6, described here: https://stackoverflow.com/a/64233692/14403548