Skip to content

Instantly share code, notes, and snippets.

@Morbix
Created September 12, 2016 15:06
Show Gist options
  • Select an option

  • Save Morbix/765045c197b9fc1a1dc9533d3d824ba2 to your computer and use it in GitHub Desktop.

Select an option

Save Morbix/765045c197b9fc1a1dc9533d3d824ba2 to your computer and use it in GitHub Desktop.
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ENABLE_BITCODE'] = 'NO'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment