packages icon indicating copy to clipboard operation
packages copied to clipboard

Remove use_modular_headers! from Podfiles

Open loic-sharma opened this issue 1 year ago • 2 comments

⚠️ This PR only changes unpublished parts of example apps and tests. I have added the override: no versioning needed label.

We added use_modular_headers! to our Podfiles as we originally planned to phase out use_frameworks! (see https://github.com/flutter/flutter/pull/42204). However, our plans have now changed and we are instead phasing out CocoaPods entirely in favor of Swift Package Manager.

CocoaPods's use_frameworks! and use_modular_headers! are two different overlapping options that should not be used together. This change removes the use_modular_headers! from example apps' Podfiles. This change does not affect packages themselves.

Part of https://github.com/flutter/flutter/issues/156259

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

loic-sharma avatar Oct 05 '24 00:10 loic-sharma

⚠️ This PR only changes unpublished parts of example apps and tests. I have added the override: no versioning needed label.

Could you link to the failing run that led to adding this label? CI should not have flagged this as needing a version change.

stuartmorgan-g avatar Oct 05 '24 13:10 stuartmorgan-g

@stuartmorgan Ah, I misunderstood the content at the bottom of this section to mean "Add the override label once you've verified your change meets these conditions": https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#version

I'll update this README to clarify this label should only be added if the CI check fails: https://github.com/flutter/flutter/pull/156342

loic-sharma avatar Oct 07 '24 16:10 loic-sharma

This is now ready for review! The webview test failure that affected this change was also fixed by https://github.com/flutter/flutter/issues/157449

loic-sharma avatar Nov 04 '24 19:11 loic-sharma