Skip to content

Instantly share code, notes, and snippets.

@azonov
Created November 26, 2021 14:41
Show Gist options
  • Save azonov/31722556435d6ffe7004ed19cd44af11 to your computer and use it in GitHub Desktop.
Save azonov/31722556435d6ffe7004ed19cd44af11 to your computer and use it in GitHub Desktop.
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment