Closed klaaspieter closed 6 years ago
Looks like a RubyGems error, could you try using a Gemfile for your setup?
That works. I, and I expect most others, use xcversion
system-wide so I would like this to work without a Gemfile. Is this a problem on my machine?
Hah. I searched for uninitialized constant "Gem::BundlerVersionFinder" and the only result was fastlane/fastlane#11048.
Just like in fastlane/fastlane#11048, gem cleanup
worked here too.
For future reference I did:
$ gem update
$ gem update --system
$ gem install bundler
$ gem cleanup
The last step fixed the issue, but it's possible some of the others are required as well.
That helped me as well! thanks
gem cleanup
+1