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

CDN: trunk URL couldn't be downloaded: https://cdn.cocoapods.org/all_pods_versions_5_1_d.txt Response: Error in the HTTP2 framing layer #12679

Open
saldous opened this issue Nov 5, 2024 · 5 comments

Comments

@saldous
Copy link

saldous commented Nov 5, 2024

What did you do?

Run pod install

What did you expect to happen?

Install pods!

What happened instead?

Error: CDN: trunk URL couldn't be downloaded: https://cdn.cocoapods.org/all_pods_versions_5_1_d.txt Response: Error in the HTTP2 framing layer

CocoaPods Environment

1.16.0

@andreabusi
Copy link

We got the same error multiple times with different pods.

The only workaround that we found is to use GitHub specs repository.

Change your Podfile like this:

# Uncomment the next line to define a global platform for your project
platform :ios, '15.0'

# ignore all warnings from all pods
inhibit_all_warnings!

#source 'https://cdn.cocoapods.org/'
source 'https://github.com/CocoaPods/Specs.git'

@abdullah017
Copy link

I use Flutter related packages to use on the ios side

I got a similar error when I typed pod install.

I tried these to solve the problem and they worked, so I'd like to share them in case they solve your problem too;

Please try the following codes

1 - pod repo remove trunk

and then

2 - pod install

3 - pod update

@Alirezag957
Copy link

Alirezag957 commented Nov 17, 2024 via email

@jinosh05
Copy link

pod repo remove trunk

It really worked bro. Thanks a lot

@sp-jordi-vilalta
Copy link

This is the same issue as #12574

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

6 participants