From a09f6a724aab1e7a28c68e0966d06b1f9126f6be Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Fri, 29 Mar 2019 15:47:09 +0300 Subject: [PATCH] wipe swift 4.x builded binaries --- xcode/commonFastfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 53347e0..58d7604 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -11,7 +11,10 @@ before_all do |lane, options| end if File.exists? "../Cartfile" - carthage(platform: "iOS") + # wipe swift 4.x builded binaries + sh("rm -rf ~/Library/Caches/org.carthage.CarthageKit") + + carthage(command: "update", platform: "iOS") end cocoapods(