Unverified Commit 3723ec03 authored by Sarah Zakarias's avatar Sarah Zakarias Committed by GitHub

Add static framework verification override in swift podfile (#14667)

parent 8a65872e
...@@ -46,6 +46,11 @@ target 'Runner' do ...@@ -46,6 +46,11 @@ target 'Runner' do
} }
end end
pre_install do |installer|
# workaround for https://github.com/CocoaPods/CocoaPods/issues/3289
Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
end
post_install do |installer| post_install do |installer|
installer.pods_project.targets.each do |target| installer.pods_project.targets.each do |target|
target.build_configurations.each do |config| target.build_configurations.each do |config|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment