Skip to content

Commit

Permalink
Don't verify static framework transitive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
glyuck committed Feb 9, 2016
1 parent 39ec0ec commit 3b57c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods/installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 3b57c53

Please sign in to comment.