firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Latest release 10.23.1 missing Firebase.zip
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!
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
+1, The following link is invalid: https://github.com/firebase/firebase-ios-sdk/releases/download/10.23.1/Firebase.zip
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.
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.)
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)
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.
Thanks to the both of you! :-)