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

App using GoogleUtitities crashes on iOS 26

Open nysander opened this issue 6 months ago • 11 comments

Description

Image

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

nysander avatar Jun 10 '25 11:06 nysander

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 Jun 10 '25 11:06 google-oss-bot

Hi @nysander, did you experience the crash on the simulator and/or a physical device? Thanks!

ncooke3 avatar Jun 10 '25 17:06 ncooke3

It was simulator

nysander avatar Jun 10 '25 17:06 nysander

+1 Simulator

ArturoLee avatar Jun 10 '25 18:06 ArturoLee

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.

ncooke3 avatar Jun 10 '25 19:06 ncooke3

Could a small project that reproduces the crash be provided?

ncooke3 avatar Jun 10 '25 19:06 ncooke3

We just use crashlytics and remote config in our project with nothing fancy or custom. Default configurations for both aligned with examples on docs

nysander avatar Jun 10 '25 21:06 nysander

Eventually I can share some stacktrace if that can help

nysander avatar Jun 10 '25 21:06 nysander

Is no one here experiencing this other issue? #14950

Vincent-Loi avatar Jun 11 '25 00:06 Vincent-Loi

Does the fix in https://github.com/firebase/firebase-ios-sdk/issues/14948#issuecomment-2960860573 work for you?

rizafran avatar Jun 11 '25 10:06 rizafran

We were experiencing the same exact issue and we fixed it

imagend

Marco-Cattai avatar Jun 14 '25 11:06 Marco-Cattai

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.

ncooke3 avatar Jun 16 '25 21:06 ncooke3