Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (29.3k points)
edited by

I am using Fastlane with XCode 9 and I got a problem with Fastlane (2.95.0). When I run command fast lane init it shows me 4 options to choose. And then I chose option number 4 but it stuck forever. How to solve this problem?

enter image description here

1 Answer

0 votes
by (50.2k points)

This problem occurs due to the default ruby environment 

To resolve this you can give a ‘gem cleanup’ and check the things that work for you or not.

If this won’t work follow the commands given below

gem cleanup

gem update -p

rvm reinstall ruby-2.5.1 --with-openssl-dir=/usr/local

gem install fastlane --verbose

This will fasten your things and will not be stuck anymore.

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

30.4k questions

32.5k answers

500 comments

108k users

Browse Categories

...