You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know about being faster 🤔 but here are a few reasons to use Bundler instead of using your machine's native Ruby gem installations, check this out: https://12factor.net/dependencies
I hope somebody, someday, will solve this mystery. It really does say "faster":
$ fastlane exit 1
[✔] 🚀
[17:33:59]: fastlane detected a Gemfile in the current directory
[17:33:59]: However, it seems like you didn't use `bundle exec`
[17:33:59]: To launch fastlane faster, please use
[17:33:59]:
[17:33:59]: $ bundle exec fastlane
[17:33:59]:
[17:33:59]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile
I don't know why it's recommended and I haven't found a rationale for this anywhere.
The text was updated successfully, but these errors were encountered: