Update CocoaPods minimum version to 1.9#71170
Conversation
b3f1d37 to
5da68fe
Compare
@christopherfujino this is true, right? |
|
Blocked by #69829 |
|
I think I upgraded all the agents. Let's merge, I'll revert if something breaks post-submit. |
There was a problem hiding this comment.
can we also delete this user message?
There was a problem hiding this comment.
I missed that, good eye.
christopherfujino
left a comment
There was a problem hiding this comment.
nit about removing the user message, otherwise this is great! LGTM
5da68fe to
3817120
Compare
|
This change appears to be causing the issues seen in https://github.com/flutter/plugins/pull/3342/checks?check_run_id=1573661704. Is this considered a breaking change? |
|
@blasten it's not a breaking change, I just had to update plugin's CI to an updated version of CocoaPods. flutter/plugins#3347 |
Description
CocoaPods 1.9 introduced support for xcframeworks. It was released in February 2020.
isCocoaPodsInitializedwhich only mattered for versions < 1.8.Related Issues
#69809 is in 1.24.0-10.1.pre (currently dev and beta). This change will be in
flutter-1.25-candidate.*so the recommended minimum nudge should make it to stable before this harsher minimum requirement.