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(