Add static framework verification override in swift podfile (#14667)
This commit is contained in:
parent
8a65872ef9
commit
3723ec0383
@ -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|
|
||||
|
Loading…
x
Reference in New Issue
Block a user