wipe swift 4.x builded binaries

This commit is contained in:
Ivan Smolin 2019-03-29 15:47:09 +03:00
parent 8bbbf9f01f
commit a09f6a724a
1 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,10 @@ before_all do |lane, options|
end
if File.exists? "../Cartfile"
carthage(platform: "iOS")
# wipe swift 4.x builded binaries
sh("rm -rf ~/Library/Caches/org.carthage.CarthageKit")
carthage(command: "update", platform: "iOS")
end
cocoapods(