Skip to content

Commit d0ed1ec

Browse files
committed
Revert "fix #20"
This reverts commit 4f84647.
1 parent 75b1bd1 commit d0ed1ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/cocoapods-binary/Integration.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,9 @@ def remove_target_files_if_needed
154154
prebuilt_specs.each do |spec|
155155
# `spec` may be a subspec, so we use the root's name
156156
root_name = spec.root.name
157-
target = name_to_target_hash[root_name]
158-
next unless target.should_build?
159157

160158
# use the prebuilt framework
159+
target = name_to_target_hash[root_name]
161160
original_vendored_frameworks = spec.attributes_hash["vendored_frameworks"] || []
162161
if original_vendored_frameworks.kind_of?(String)
163162
original_vendored_frameworks = [original_vendored_frameworks]

0 commit comments

Comments
 (0)