Skip to content

Instantly share code, notes, and snippets.

@geek1706
Created August 14, 2018 09:27
Show Gist options
  • Save geek1706/e1fdc1858d347fb767efed84befd296b to your computer and use it in GitHub Desktop.
Save geek1706/e1fdc1858d347fb767efed84befd296b to your computer and use it in GitHub Desktop.
fix failed to render and update auto layout status
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings.delete('CODE_SIGNING_ALLOWED')
config.build_settings.delete('CODE_SIGNING_REQUIRED')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment