Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
For fastlane installation instructions, see Installing fastlane
[bundle exec] fastlane ios unittest
Run unit test
[bundle exec] fastlane ios setup_certificate_and_provisioning
Setup certificate and provisioning profile
[bundle exec] fastlane ios setup_api_key
Setup API Key
[bundle exec] fastlane ios get_app_info
Get app info
[bundle exec] fastlane ios get_app_info_current_test_flight_version
Get current testflight version
[bundle exec] fastlane ios set_app_info
Set app info
[bundle exec] fastlane ios export
Export file ipa distribution
[bundle exec] fastlane ios upload_testflight_api_or_session
Upload testflight
[bundle exec] fastlane ios upload_testflight_altool
Upload testflight use altool
[bundle exec] fastlane ios upload_testflight_method_1
Upload testflight method 1
[bundle exec] fastlane ios upload_testflight_method_2
Upload testflight method 2
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.