-
Notifications
You must be signed in to change notification settings - Fork 125
Update iOS dependencies - Fri Oct 29 2021 #714
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
Update iOS dependencies - Fri Oct 29 2021 #714
Conversation
### iOS - Firebase/Analytics → 8.9.0 - Firebase/Auth → 8.9.0 - Firebase/Core → 8.9.0 - Firebase/Crashlytics → 8.9.0 - Firebase/Database → 8.9.0 - Firebase/DynamicLinks → 8.9.0 - Firebase/Firestore → 8.9.0 - Firebase/Functions → 8.9.0 - Firebase/Installations → 8.9.0 - Firebase/Messaging → 8.9.0 - Firebase/RemoteConfig → 8.9.0 - Firebase/Storage → 8.9.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/1399963409).
@dconeybe It looks like Cocoapods was only half-updated when the previous PR was generated. This one should have the complete update. I'll add a fix to prevent this race condition in the future. |
…n the iOS repository.
I've pushed up commit 9cf40da, which should fix the Firestore build issues. |
FYI the race condition in the iOS SDK update should now be fixed here, for future releases: firebase/firebase-ios-sdk#8887. I'll take a look at the other build issues. |
Something odd is still definitely happening with the Cocoapods versions. It'll require further investigation. |
Looks like it's an issue with the minimum tvOS version - bumping it up in a few Podfiles, this should fix the issues. |
Now it's failing because GitHub is returning http status code 429 (too many requests) to our GitHub runners. 😐 |
❌ Integration test FAILEDRequested by @jonsimantov on commit 4f1d245
Add flaky tests to go/fpl-cpp-flake-tracker |
I have a different draft PR where I've worked around the issue -- there's an Android Firestore build error: https://github.com/firebase/firebase-cpp-sdk/runs/4051671512?check_suite_focus=true |
…CredentialsProvider
I just pushed up 6f198bd which should fix the Android build error. I didn't test it locally so fingers are crossed. |
Looks like the integration tests failed to build for admob in |
Yep - I think the build issue will be fixed by #717, and the token issue is a known flake. Let's merge this! |
iOS
Also includes modified version requirement in integration test Podfiles (tvOS 10.0 → 12.0), and Firestore iOS fixes for breaking changes due to App Check.