Files
self/app/fastlane
jayssj11 8d895513a3 fix: correct Android AAB path and iOS TestFlight distribution settings (#806)
Android fix:
- Change AAB path from '../android/...' to 'android/...'
- The gradle task runs with project_dir: 'android/' from app/ directory
- So the AAB is created at app/android/app/build/outputs/bundle/release/
- The path should be relative to app/ not app/fastlane/

iOS fix:
- Remove distribute_external: true and groups for internal track
- Internal TestFlight builds cannot use external distribution
- Internal testers are managed in App Store Connect, not via groups
- This fixes 'Cannot add internal group to a build' error

Both issues were preventing successful deployments after PR merges.
2025-07-29 15:18:41 +08:00
..

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

iOS

ios sync_version

[bundle exec] fastlane ios sync_version

Sync ios version

ios internal_test

[bundle exec] fastlane ios internal_test

Push a new build to TestFlight Internal Testing


Android

android sync_version

[bundle exec] fastlane android sync_version

Sync android version

android internal_test

[bundle exec] fastlane android internal_test

Push a new build to Google Play Internal Testing

android deploy

[bundle exec] fastlane android deploy

Push a new build to Google Play Store


This README.md is auto-generated and will be re-generated every time fastlane is run.

More information about fastlane can be found on fastlane.tools.

The documentation of fastlane can be found on docs.fastlane.tools.