From fb406b7940ad5c4043bbaeec542640141c2543bb Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Fri, 29 Mar 2019 11:03:57 +0300 Subject: [PATCH] attempt to fix temporary cache issues --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 60cf6dd..1ed252d 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -13,7 +13,7 @@ private_lane :installDependencies do |options| # wipe swift 4.x builded binaries sh("rm -rf ~/Library/Caches/org.carthage.CarthageKit") - carthage(platform: "iOS") + carthage(command: "update", platform: "iOS") end cocoapods(