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 beta
Push a new beta build to TestFlight
[bundle exec] fastlane ios browserstack
End to end testing on browserstack
[bundle exec] fastlane ios increment
increment path version
[bundle exec] fastlane ios build_ipa
build ipa
[bundle exec] fastlane ios build_e2e
Build for end to end tests
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.