fastlane: Problem trying to update fastlane
Hi! This is a problem I’m having, I can’t update fastlane. Any ideas on how to debug and solve this? Thanks! 👍
#######################################################################
# fastlane 1.38.0 is available. You are on 1.37.0.
# It is recommended to use the latest version.
# Update using 'sudo gem update fastlane'.
#######################################################################
1.38.0 Improvements
- Fixed using the wrong output path in the `cert` action
- Fixed bug in the `Fastfile` template file
- Enforcement of https URLs for the `install_xcode_plugin` action
- Added code coverage option for `xcodebuild` action
- Other smaller improvements
Update using 'sudo gem update fastlane'
LudvigHstvikMBP:test ludvig$ sudo gem update fastlane
Updating installed gems
Nothing to update
LudvigHstvikMBP:test ludvig$
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 23 (11 by maintainers)
Ah, did you install fastlane via the Fabric Mac app?
It worked for me when I ran “gem update fastlane” i.e. without sudo.
Thanks! That worked
@ohwutup I installed fastlane yesterday via brew
brew cask install fastlaneToday I’m seeing this: fastlane 2.11.0 is available. You are on 2.10.0. It is recommended to use the latest version. Please update using
sudo gem update fastlane.I tried with and without sudo as some comment above suggested:
Bunn-MBP:bunn$ sudo gem update fastlane Password: Updating installed gems Nothing to update
Bunn-MBP:bunn$ gem update fastlane Updating installed gems Nothing to update
ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin16]
Doing a
bunn$ brew cask reinstall fastlanefixed the issue for me, but there’s definitely an issue with the gem update.Yeah! That would be great!
We just deployed a new version so you should be able to get the most recent version of fastlane from the Fabric Mac app. 🚀
Try doing it without
sudo. How did you installfastlane?