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 debug_build_store
Testing debug build for «Store»
[bundle exec] fastlane ios release_build_store
Release build for «Store»
[bundle exec] fastlane ios emulate_testflight_pushing_feature_store
Emulate pushing debug build for «Store» to TestFlight
[bundle exec] fastlane ios emulate_testflight_pushing_release_store
Emulate pushing release build for «Store» to TestFlight
[bundle exec] fastlane ios api_tests_store
Run iOS API tests for «Store»
[bundle exec] fastlane ios unit_tests_store
Run iOS Unit tests for «Store»
[bundle exec] fastlane ios ui_tests_store
Run iOS UI tests for «Store»
[bundle exec] fastlane ios debug_build_pos
Testing debug build for «POS»
[bundle exec] fastlane ios release_build_pos
Release build for «POS»
[bundle exec] fastlane ios emulate_testflight_pushing_feature_pos
Emulate pushing debug build for «POS» to TestFlight
[bundle exec] fastlane ios emulate_testflight_pushing_release_pos
Emulate pushing release build for «POS» to TestFlight
[bundle exec] fastlane ios api_tests_pos
Run iOS API tests for «POS»
[bundle exec] fastlane ios unit_tests_pos
Run iOS Unit tests for «POS»
[bundle exec] fastlane ios ui_tests_pos
Run iOS UI tests for «POS»
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.