I am trying to install fastlane. I have Xcode installed. I installed fastlane using the command sudo gem install fastlane. I now go in
fastlane
sudo gem install fastlane
I faced this issue in Fedora 30 i followed these steps:-
Fedora 30
1-installed all dev tools using these commands
sudo dnf install @development-tools sudo dnf install @rpm-development-tools
2- run sudo gem install fastlane -NV
sudo gem install fastlane -NV
Fastlane worked like a charm hope it helped
Fastlane