firebase-ios-sdk icon indicating copy to clipboard operation
firebase-ios-sdk copied to clipboard

Latest release 10.23.1 missing Firebase.zip

Open guidedways opened this issue 1 year ago • 1 comments

Description

Latest release 10.23.1 missing Firebase.zip file as part of assets

Reproducing the issue

Click on Release page

Firebase SDK Version

10.23.1

Xcode Version

15.3

Installation Method

Swift Package Manager

Firebase Product(s)

Analytics, Crashlytics

Targeted Platforms

macOS

Relevant Log Output

No response

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!

guidedways avatar Apr 06 '24 00:04 guidedways

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

google-oss-bot avatar Apr 06 '24 00:04 google-oss-bot

+1, The following link is invalid: https://github.com/firebase/firebase-ios-sdk/releases/download/10.23.1/Firebase.zip

hansemannn avatar Apr 07 '24 15:04 hansemannn

Dupe of #12686. Apologies for the confusion. There was no zip release for 10.23.1. The latest zip release is 10.23.0: https://github.com/firebase/firebase-ios-sdk/releases/download/10.23.0/Firebase.zip

The 10.24.0 zip release will be out this upcoming week.

ncooke3 avatar Apr 07 '24 19:04 ncooke3

But then we cannot apply the critical bug fix related to the null-pointer crash introduce in 10.23.0. Therefore I'd kindly ask to reopen this until the binary is provided, as the 10.24.0 will likely cause new regressions again (minor releases in Firebase tend to do that, compared to patch releases.)

hansemannn avatar Apr 07 '24 20:04 hansemannn

Hi @hansemannn, since the Analytics SDK was the only SDK that changed in 10.23.1, I recommend downloading the following XCFrameworks from the CocoaPods distribution, and replacing the existing 10.23.0 XCFrameworks in your project with them.

  • https://github.com/firebase/firebase-ios-sdk/blob/10.23.1/FirebaseAnalytics.podspec#L16 (required)
  • https://github.com/firebase/firebase-ios-sdk/blob/10.23.1/GoogleAppMeasurement.podspec#L19 (required)
  • https://github.com/firebase/firebase-ios-sdk/blob/10.23.1/GoogleAppMeasurementOnDeviceConversion.podspec#L20 (only needed if you depend on FirebaseAnalyticsOnDeviceConversion)

ncooke3 avatar Apr 08 '24 14:04 ncooke3

The 10.24.0 zip is now out. We have no plans to release a 10.23.2.

@hansemannn It is rare for us to introduce crashing bugs, and I can't find an instance of a crashing bug not reliably fixed in the subsequent minor release - https://firebase.google.com/support/release-notes/ios.

paulb777 avatar Apr 09 '24 19:04 paulb777

Thanks to the both of you! :-)

hansemannn avatar Apr 09 '24 19:04 hansemannn