CocoaPods / CocoaPods

The Cocoa Dependency Manager.
https://cocoapods.org/
Other
14.58k stars 2.63k forks source link

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 1 week ago

saldous commented 1 week ago

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 commented 1 week ago

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 commented 1 hour ago

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 commented 33 minutes ago

usdt ,,31.000 send your wallet tnx brother

---------- Forwarded message --------- From: Abdullah Taş @.> Date: Sun, Nov 17, 2024, 23:49 Subject: Re: [CocoaPods/CocoaPods] 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 (Issue #12679) To: CocoaPods/CocoaPods @.> Cc: Subscribed @.***>

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

— Reply to this email directly, view it on GitHub https://github.com/CocoaPods/CocoaPods/issues/12679#issuecomment-2481537014, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW2EBF236BPWP3DG6QSAAM32BD25FAVCNFSM6AAAAABRHFQYICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBRGUZTOMBRGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>