Fastlane - Build Mobile Apps | Online Free DevTools by Hexmos
Build mobile apps instantly with Fastlane. Automate iOS and Android app deployment, code signing, and release processes. Free online tool, no registration required.
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 installfor 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
