From dd532f0aacd63d8b582ae687e57246017c7d7b79 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Thu, 28 Mar 2019 22:32:52 +0300 Subject: [PATCH] wipe and then run --- xcode/commonFastfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 78603cd..60cf6dd 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -10,9 +10,10 @@ private_lane :installDependencies do |options| end if File.exists? "../Cartfile" - carthage(platform: "iOS") - # wipe swift 4.x builded binaries + # wipe swift 4.x builded binaries sh("rm -rf ~/Library/Caches/org.carthage.CarthageKit") + + carthage(platform: "iOS") end cocoapods(