Skip to content

Commit eee2f32

Browse files
committed
Remove call to pod clean from ios_build_preflight
This call could lead to long wait times, in particular in WordPress iOS, as every pod was downloaded from scratch. See: - woocommerce/woocommerce-ios#7649 - wordpress-mobile/WordPress-iOS#19033 (comment)
1 parent 7abf936 commit eee2f32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_build_preflight.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def self.run(params)
3333
raise
3434
end
3535

36-
Action.sh('rake dependencies:pod:clean')
3736
other_action.cocoapods()
3837
end
3938

0 commit comments

Comments
 (0)