wipe and then run

This commit is contained in:
Ivan Smolin 2019-03-28 22:32:52 +03:00
parent 66ca5e2d4e
commit dd532f0aac
1 changed files with 3 additions and 2 deletions

View File

@ -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(