Louis Barrett
Louis Barrett
@jshier how are you modifying your `Podfile` to remove the `EXCLUDED_ARCHS` setting? I've tried adding the following to my Podfile: ``` post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = ""...
Thanks for that code @jshier. I was tinkering around with it quite a bit because it wasn't working but I realized it was because I was looping through the global...
It is a couple years later but I noticed I am having this exact same issue.
@phillip-haydon That's great! I may have time to dig into this at some point as well and submit a PR if I do actually end up digging into it.
I am using an Apple M2 Macbook Pro running Sequoia 15.1 and I get this exact same error. Haven't found a fix yet...