snippetbashTip
fastlane — Build and release mobile applications. More information: <https://docs.fastlane.tools/actions/>.
Viewed 0 times
commandbuildandfastlaneclimobileapplicationsrelease
Problem
How to use the
fastlane command: Build and release mobile applications. More information: <https://docs.fastlane.tools/actions/>.Solution
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_appRun
pod install for the project in the current directory:fastlane run cocoapodsDelete the derived data from Xcode:
fastlane run clear_derived_dataRemove the cache for pods:
fastlane run clean_cocoapods_cacheCode Snippets
Build and sign the iOS application in the current directory
fastlane run build_appRun `pod install` for the project in the current directory
fastlane run cocoapodsDelete the derived data from Xcode
fastlane run clear_derived_dataRemove the cache for pods
fastlane run clean_cocoapods_cacheContext
tldr-pages: common/fastlane
Revisions (0)
No revisions yet.