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 certs
Check all certs and provisioning profiles from github
[bundle exec] fastlane ios apn
Generate new push certs
[bundle exec] fastlane ios upload_symbols
Upload symbols to FirebaseCrashlytics
[bundle exec] fastlane ios push
Build and push to iTunes Connect
[bundle exec] fastlane ios vers
Print version
[bundle exec] fastlane ios screenshots
Take screenshots
[bundle exec] fastlane ios metadata
Upload metadata
[bundle exec] fastlane ios updateadhoc
Make sure all devices are added to the ad-hoc profile
[bundle exec] fastlane mac push
Build and push to iTunes Connect
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.