wipe swift 4.x builded binaries
This commit is contained in:
parent
660067ed69
commit
66ca5e2d4e
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue