wipe swift 4.x builded binaries

This commit is contained in:
Ivan Smolin 2019-03-28 22:28:04 +03:00
parent 660067ed69
commit 66ca5e2d4e
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ private_lane :installDependencies do |options|
if File.exists? "../Cartfile"
carthage(platform: "iOS")
# wipe swift 4.x builded binaries
sh("rm -rf ~/Library/Caches/org.carthage.CarthageKit")
end
cocoapods(