App using GoogleUtitities crashes on iOS 26
Description
Reproducing the issue
compilation on Xcode 16.4 for 18.5 and run is successful for compilation on both Xcode 16.4 and 26 beta is also successful but app crashes with same description
pod 'GoogleUtilities', '8.1.0' pod 'FirebaseRemoteConfig', '11.14.0'
Firebase SDK Version
11.14
Xcode Version
16.4
Installation Method
CocoaPods
Firebase Product(s)
Crashlytics
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
def crashes
pod 'GoogleUtilities', '8.1.0'
pod 'FirebaseCrashlytics', '11.14.0'
end
def firebase
pod 'GoogleUtilities', '8.1.0'
pod 'FirebaseRemoteConfig', '11.14.0'
pod 'FirebaseAnalytics', '11.14.0'
end
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Hi @nysander, did you experience the crash on the simulator and/or a physical device? Thanks!
It was simulator
+1 Simulator
I so far have been unable to produce the crash using Xcode 26 and iPhone 16 Pro and iPhone 16e simulators. I have verified that the code path in the issue description is triggered.
Could a small project that reproduces the crash be provided?
We just use crashlytics and remote config in our project with nothing fancy or custom. Default configurations for both aligned with examples on docs
Eventually I can share some stacktrace if that can help
Is no one here experiencing this other issue? #14950
Does the fix in https://github.com/firebase/firebase-ios-sdk/issues/14948#issuecomment-2960860573 work for you?
We were experiencing the same exact issue and we fixed it
nd
Thanks for confirming, @Marco-Cattai . Going to close this. Please see workaround in https://github.com/firebase/firebase-ios-sdk/issues/14948#issuecomment-2960860573. This appears to be a bug with Apple's latest betas.