From 3b57c537aeec1c47bb6d9be79963294bde9b2dd0 Mon Sep 17 00:00:00 2001 From: Vladimir Lyukov Date: Tue, 9 Feb 2016 09:32:23 +0300 Subject: [PATCH] Don't verify static framework transitive dependencies See: segment-integrations/analytics-ios-integration-google-analytics#3 --- lib/cocoapods/installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cocoapods/installer.rb b/lib/cocoapods/installer.rb index 1df2d6de4a..20fd1757f1 100644 --- a/lib/cocoapods/installer.rb +++ b/lib/cocoapods/installer.rb @@ -110,7 +110,7 @@ def install! download_dependencies determine_dependency_product_types verify_no_duplicate_framework_names - verify_no_static_framework_transitive_dependencies + # verify_no_static_framework_transitive_dependencies verify_framework_usage generate_pods_project integrate_user_project if installation_options.integrate_targets?