Setting up fastlane

print

https://docs.fastlane.tools/getting-started/ios/setup/#setting-up-fastlane

git repo of sample ios project https://github.com/shadowmanpat/FastlaneJenkinsIosTest.git

Navigate your terminal to your project’s directory and run

fastlane init
[12:56:42]: ------------------------------
[12:56:42]: --- Where to go from here? ---
[12:56:42]: ------------------------------
[12:56:42]: ?  Learn more about how to automatically generate localized App Store screenshots:
[12:56:42]: 		https://docs.fastlane.tools/getting-started/ios/screenshots/
[12:56:42]: ?‍✈️  Learn more about distribution to beta testing services:
[12:56:42]: 		https://docs.fastlane.tools/getting-started/ios/beta-deployment/
[12:56:42]: ?  Learn more about how to automate the App Store release process:
[12:56:42]: 		https://docs.fastlane.tools/getting-started/ios/appstore-deployment/
[12:56:42]: ?‍⚕️  Learn more about how to setup code signing with fastlane
[12:56:42]: 		https://docs.fastlane.tools/codesigning/getting-started/
[12:56:42]: 
[12:56:42]: To try your new fastlane setup, just enter and run
[12:56:42]: $ fastlane custom_lane

fastlane custom_lane

 fastlane custom_lane
[✔] ? 
[12:58:55]: fastlane detected a Gemfile in the current directory
[12:58:55]: However, it seems like you didn't use `bundle exec`
[12:58:55]: To launch fastlane faster, please use
[12:58:55]: 
[12:58:55]: $ bundle exec fastlane custom_lane
[12:58:55]: 
[12:58:55]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile
[12:59:00]: ------------------------------
[12:59:00]: --- Step: default_platform ---
[12:59:00]: ------------------------------
/usr/local/Cellar/fastlane/2.156.1/libexec/gems/fastlane-2.156.1/fastlane_core/lib/fastlane_core/ui/interface.rb:141: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/usr/local/Cellar/fastlane/2.156.1/libexec/gems/fastlane-2.156.1/fastlane_core/lib/fastlane_core/ui/errors/fastlane_error.rb:9: warning: The called method `initialize' is defined here
[12:59:00]: Driving the lane 'ios custom_lane' ?

+------+------------------+-------------+
|           fastlane summary            |
+------+------------------+-------------+
| Step | Action           | Time (in s) |
+------+------------------+-------------+
| 1    | default_platform | 0           |
+------+------------------+-------------+

[12:59:00]: fastlane.tools finished successfully

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.