logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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 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

See Also