Forrest logo
back to context overview

fastlane

List of commands for fastlane:

  • fastlane:tldr:139ef fastlane: Delete the derived data from Xcode.
    $ fastlane run clear_derived_data
    try on your machine
    explain this command
  • fastlane:tldr:3d9ab fastlane: Run `pod install` for the project in the current directory.
    $ fastlane run cocoapods
    try on your machine
    explain this command
  • fastlane:tldr:59f65 fastlane: Build and sign the iOS application in the current directory.
    $ fastlane run build_app
    try on your machine
    explain this command
  • fastlane:tldr:e8260 fastlane: Remove the cache for pods.
    $ fastlane run clean_cocoapods_cache
    try on your machine
    explain this command
back to context overview