Skip to content

Title: FirebaseAnalytics CocoaPods tar.gz URLs returning 404 from dl.google.com #16164

@yousefabd1

Description

@yousefabd1

Description

Hi Firebase team,
We are experiencing an issue installing FirebaseAnalytics via CocoaPods for a Flutter iOS project.
Environment:
Flutter: latest stable
CocoaPods: 1.16.2
Xcode: 26
macOS: latest
firebase_core: ^4.7.0
firebase_analytics: ^12.3.0
Problem:
pod install --repo-update fails because FirebaseAnalytics tarball URLs from dl.google.com return HTTP 404.
Example error:
[!] Error installing FirebaseAnalytics

curl -f -L -o /tmp/file.tgz
https://dl.google.com/firebase/ios/analytics/6bc1249dd7c18a16/FirebaseAnalytics-12.12.0.tar.gz

curl: (56) The requested URL returned error: 404
We also checked newer podspec URLs manually:
curl -I -L https://dl.google.com/firebase/ios/analytics/baa3df53e2800418/FirebaseAnalytics-12.13.0.tar.gz
Response:
HTTP/2 404
Additional notes:
pod spec cat FirebaseAnalytics points to:
FirebaseAnalytics-12.11.0.tar.gz
Multiple FirebaseAnalytics versions appear unavailable.
CocoaPods caches and repos were fully cleared and rebuilt.
This issue reproduces across different networks/VPNs.
Could you please verify whether the FirebaseAnalytics binary artifacts on dl.google.com are currently missing or incorrectly referenced in the podspec/CDN?
Thank you.

Reproducing the issue

No response

Firebase SDK Version

12.12.0

Xcode Version

26

Installation Method

CocoaPods

Firebase Product(s)

Analytics

Targeted Platforms

iOS

Relevant Log Output

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
Replace this line with the contents of your Package.resolved.

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
Replace this line with the contents of your Podfile.lock!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions