Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xcode 14.3
Firebase v 10.10.0
Xcode warnings: Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'pb_size_t' (aka 'unsigned int')
No response
10.10.0
14.3
CocoaPods
Firestore
iOS
Package.resolved
Replace this line with the contents of your Package.resolved.
Podfile.lock
pod 'Firebase/Core' pod 'Firebase/Analytics' pod 'Firebase/Messaging' pod 'FirebaseAuth' pod 'FirebaseFirestore' pod 'FirebaseCrashlytics' pod 'FirebaseFirestoreSwift' pod 'Google-Mobile-Ads-SDK' pod 'GoogleMobileAdsMediationFacebook' pod 'GoogleMobileAdsMediationAppLovin' pod 'GoogleSignIn' pod 'GoogleSignInSwiftSupport' pod 'Kanna', '~> 5.2.2' pod 'RevenueCat' pod 'FeedKit', '~> 9.0'
The text was updated successfully, but these errors were encountered:
Safe cast for number of aggregations to fix compilation warning.
adab344
Fixes #11332.
Safe cast for number of aggregations to fix compilation warning. (#11342
2937104
) * Safe cast for number of aggregations to fix compilation warning. Fixes #11332. * Add changelog entry.
Description
Xcode 14.3
Firebase v 10.10.0
Xcode warnings: Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'pb_size_t' (aka 'unsigned int')
Reproducing the issue
No response
Firebase SDK Version
10.10.0
Xcode Version
14.3
Installation Method
CocoaPods
Firebase Product(s)
Firestore
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetThe text was updated successfully, but these errors were encountered: