-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Upgrade grpc for cocoapods #11866
Upgrade grpc for cocoapods #11866
Conversation
Generated by 🚫 Danger |
@@ -100,7 +100,9 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling, | |||
s.dependency 'abseil/time', abseil_version | |||
s.dependency 'abseil/types', abseil_version | |||
|
|||
s.dependency 'gRPC-C++', '~> 1.44.0' | |||
s.dependency 'gRPC', '~> 1.57.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI I think you'll need to upgrade grpc to at least 1.59.0 in order to pick up the iOS 12 crash fix (grpc/grpc#34416). 1.59.0 is in "prerelease" at the time of writing. Presumably, it will be officially released in the next few weeks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this is only to test if we can upgrade at all. Will do 1.59 later.
Closing since we've now updated to 1.62.* |
No description provided.