Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't pod install with cdn.cocoapods.org if pod name contains non-ascii characters #8951

Closed
1 task done
rinsuki opened this issue Jul 1, 2019 · 1 comment
Closed
1 task done
Milestone

Comments

@rinsuki
Copy link

rinsuki commented Jul 1, 2019

Report

What did you do?

Run pod install.

What did you expect to happen?

Install all pod dependencies correctly.

What happened instead?

$ bundle exec pod install
Analyzing dependencies
[!] CDN: cocoapods- Repo update failed - 7 error(s):
URI must be ascii only "https://cdn.cocoapods.org/Specs/c/a/d/\u203Bikemen/0.1.0/\u203Bikemen.podspec.json"
URI must be ascii only "https://cdn.cocoapods.org/Specs/c/a/d/\u203Bikemen/0.1.1/\u203Bikemen.podspec.json"
URI must be ascii only "https://cdn.cocoapods.org/Specs/c/a/d/\u203Bikemen/0.1.2/\u203Bikemen.podspec.json"
URI must be ascii only "https://cdn.cocoapods.org/Specs/c/a/d/\u203Bikemen/0.2.0/\u203Bikemen.podspec.json"
URI must be ascii only "https://cdn.cocoapods.org/Specs/c/a/d/\u203Bikemen/0.4.0/\u203Bikemen.podspec.json"
URI must be ascii only "https://cdn.cocoapods.org/Specs/c/a/d/\u203Bikemen/0.5.0/\u203Bikemen.podspec.json"
URI must be ascii only "https://cdn.cocoapods.org/Specs/c/a/d/\u203Bikemen/0.6.0/\u203Bikemen.podspec.json"

CocoaPods Environment

Stack

   CocoaPods : 1.7.3
        Ruby : ruby 2.6.0p0 (2018-12-25 revision 66547) [universal.x86_64-darwin19]
    RubyGems : 3.0.1
        Host : Mac OS X 10.15 (19A487m)
       Xcode : 11.0 (11M337n)
         Git : git version 2.21.0 (Apple Git-120)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib
Repositories : 

Installation Source

Executable Path: /Users/user/work/github.com/rinsuki/cocoapods-non-ascii-chars/vendor/bundle/ruby/2.6.0/bin/pod

Plugins

cocoapods-deintegrate : 1.0.4
cocoapods-plugins     : 1.0.0
cocoapods-search      : 1.0.0
cocoapods-stats       : 1.1.0
cocoapods-trunk       : 1.3.1
cocoapods-try         : 1.1.0

Podfile

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
source 'https://cdn.cocoapods.org/' # if remove this line, `pod install` was success

target 'cocoapods-non-ascii-chars' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!
  pod "※ikemen"

  # Pods for cocoapods-non-ascii-chars

  target 'cocoapods-non-ascii-charsTests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'cocoapods-non-ascii-charsUITests' do
    inherit! :search_paths
    # Pods for testing
  end

end
@dnkoutso
Copy link
Contributor

dnkoutso commented Jul 1, 2019

Thanks! cc @igor-makarov 1.7.4?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants