diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 58d7604..302cbe4 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -11,10 +11,7 @@ before_all do |lane, options| end if File.exists? "../Cartfile" - # wipe swift 4.x builded binaries - sh("rm -rf ~/Library/Caches/org.carthage.CarthageKit") - - carthage(command: "update", platform: "iOS") + carthage(command: "bootstrap", platform: "iOS") end cocoapods(