Closed
Description
Background
We added use_modular_headers!
to our Podfile
s as we originally planned to phase out use_frameworks!
(see #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 the macOS Podfile
and the iOS Swift Podfile
(the iOS Objective-C template was recently deprecated #155867).
Work
Remove use_modular_headers!
from all Swift Podfile
s.