deps: Update CocoaPods pods (tools/upgrade pod)#1746
deps: Update CocoaPods pods (tools/upgrade pod)#1746rajveermalviya wants to merge 1 commit intozulip:mainfrom
Conversation
|
Hmm I see — #1738's description said it was upgrading Flutter (and supporting libraries), but in fact it upgraded a bunch of third-party libraries as well. It looks a lot like the output of I'll start by reverting that commit; then we can do the upgrade again but in individual pieces. If |
This reverts commit 55d055f (zulip#1738). That change was described as upgrading Flutter and its supporting libraries, but it looks like it accidentally included other upgrades, something like `flutter pub upgrade`. It also didn't include the CocoaPods updates for those upgrades; see zulip#1746. So revert that change, to get back to a well-understood state. Then we can retry the upgrade.
|
Did that revert as #1749. Thanks again for spotting this. |
|
Sorry that it caused the inconvenience. It was not |
|
Got it, thanks. The one step I'd ask that you do differently next time, then, is to do the That way it's clear where the changes came from, which makes it easier to review them quickly without missing something. |
Looks like #1738 also upgraded some pub dependencies, so CocoaPods dependencies are now out-of-date, resulting in the following error when building on iOS:
This PR fixes that by updating CocoaPods dependencies.