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 Mar 30, 2016
1 parent e5afc82 commit 2c96689
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 @@ -114,7 +114,7 @@ def install!
resolve_dependencies
download_dependencies
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 2c96689

Please sign in to comment.