System Grab Bag

View all TLDR pages from common (or from all pages)

fastlane

Build and release mobile applications. More information: https://docs.fastlane.tools/actions/.
  • Build and sign the iOS application in the current directory:
    fastlane run build_app
  • Run pod install for the project in the current directory:
    fastlane run cocoapods
  • Delete the derived data from Xcode:
    fastlane run clear_derived_data
  • Remove the cache for pods:
    fastlane run clean_cocoapods_cache

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.