From 70432c18f6fe5de963b0bfc4ccc9e39e87d3c398 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Fri, 5 Apr 2019 00:27:21 +0300 Subject: [PATCH] don't wipe binaries anymore --- xcode/commonFastfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index a4c69a9..c713347 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -10,10 +10,7 @@ private_lane :installDependencies do |options| end if File.exists? "../Cartfile" - # wipe swift 4.x builded binaries - sh("rm -rf ~/Library/Caches/org.carthage.CarthageKit") - - carthage(command: "update", platform: "iOS") + carthage(platform: "iOS") end cocoapods(