Skip to content
New issue

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

Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'pb_size_t' (aka 'unsigned int') #11332

Closed
saldous opened this issue May 25, 2023 · 0 comments · Fixed by #11342
Assignees

Comments

@saldous
Copy link

saldous commented May 25, 2023

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')

image

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 snippet
Replace this line with the contents of your Package.resolved.

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
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'
@paulb777 paulb777 added this to the 10.11.0 - M133 milestone May 25, 2023
@ehsannas ehsannas self-assigned this May 26, 2023
ehsannas added a commit that referenced this issue May 30, 2023
)

* Safe cast for number of aggregations to fix compilation warning.

Fixes #11332.

* Add changelog entry.
@firebase firebase locked and limited conversation to collaborators Jun 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants