Closed
Description
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