Skip to content

Instantly share code, notes, and snippets.

@milanpanchal
Created December 14, 2020 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milanpanchal/469fea2d698ec1c1cabb787883c4e604 to your computer and use it in GitHub Desktop.
Save milanpanchal/469fea2d698ec1c1cabb787883c4e604 to your computer and use it in GitHub Desktop.
Xcode 12 Build Active Architecture Only
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings["ONLY_ACTIVE_ARCH"] = "YES"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment