Created
August 14, 2018 09:27
-
-
Save geek1706/e1fdc1858d347fb767efed84befd296b to your computer and use it in GitHub Desktop.
fix failed to render and update auto layout status
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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