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

This commit is contained in:
Sarah Zakarias 2018-02-14 10:24:08 +01:00 committed by GitHub
parent 8a65872ef9
commit 3723ec0383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,11 @@ target 'Runner' do
}
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|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|