Skip to content

Instantly share code, notes, and snippets.

@agammahajan1
Created September 30, 2018 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agammahajan1/ce99425fa76ab86b3773a11feae84793 to your computer and use it in GitHub Desktop.
Save agammahajan1/ce99425fa76ab86b3773a11feae84793 to your computer and use it in GitHub Desktop.
Clean Xcode Fastlane Lane
lane :clean_xcode do |options|
clear_derived_data()
sh("rm -rf ProjectName*zip")
sh("rm -rf ~/Library/Developer/Xcode/Archives/*")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment