From 66ca5e2d4e5f176839450fc61f54e4f2cbdb8ff4 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Thu, 28 Mar 2019 22:28:04 +0300 Subject: [PATCH] wipe swift 4.x builded binaries --- xcode/commonFastfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 7d3ef60..78603cd 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -11,6 +11,8 @@ private_lane :installDependencies do |options| if File.exists? "../Cartfile" carthage(platform: "iOS") + # wipe swift 4.x builded binaries + sh("rm -rf ~/Library/Caches/org.carthage.CarthageKit") end cocoapods(