-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot load such file -- fastlane #16
Comments
Can you share your Gemfile and Gemfile.lock? |
I've attached both as a .zip file |
Yah, so |
But then we should update the documentation, since on https://rubygems.org/gems/trainer the only runtime dependency is https://rubygems.org/gems/plist. Also, does it really need to depend on fastlane? |
Right, can you try adding it and see if it works? I can't remember the reason again, but I think that should fix it |
You're right, if I add it, it works. Thank you. |
I also see this problem. I want to use this gem without fastlane. |
Fastline is a requirement of this gem, but it is listed as a development requirement in the gemspec. I can see that in the This gem does depend on fastlane. Should the README and gemspec be updated? Or should this gem be able to stand on its own without fastlane? |
I think that's because otherwise you end up in a dependency circle, but I might recall this wrong. |
I've installed trainer using bundler (I have this in my Gemfile: gem 'trainer', '0.7.0')
When I try to run it:
bundle exec trainer --help
I receive the following error:
The text was updated successfully, but these errors were encountered: