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(