Merge pull request #94 from TouchInstinct/feature/carthage_temp_fixes

wipe swift 4.x builded binaries
This commit is contained in:
Ivan Smolin 2019-03-29 15:48:28 +03:00 committed by GitHub
commit 889aa996de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(