File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def remove_target_files_if_needed
132
132
# check the pods
133
133
# Although we have did it in prebuild stage, it's not sufficient.
134
134
# Same pod may appear in another target in form of source code.
135
- Prebuild . check_one_pod_should_have_only_one_target ( targets )
135
+ Prebuild . check_one_pod_should_have_only_one_target ( self . prebuild_pod_targets )
136
136
137
137
#
138
138
specs = self . analysis_result . specifications
Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ def prebuild_frameworks!
116
116
117
117
# check
118
118
# give a early warning, instead of after compiling all the pods
119
- Prebuild . check_one_pod_should_have_only_one_target ( targets )
120
119
120
+ Prebuild . check_one_pod_should_have_only_one_target ( self . pod_targets )
121
121
122
122
# build!
123
123
Pod ::UI . puts "Prebuild frameworks (total #{ targets . count } )"
You can’t perform that action at this time.
0 commit comments