bundle init
vi Gemfile
source "https://rubygems.org"
gem "fastlane"
bundle install
bundle exec fastlane init
Select TestFlight option
2. 👩✈️ Automate beta distribution to TestFlight
Enter your apple id & password
Enter 6 digit code in case 2-fa is enabled.
setup match
bundle exec fastlane match init
and provide private git repo url
bundle exec fastlane match development
to set up dev certs & prov profs
bundle exec fastlane match appstore
to set up prod certs & prov profs