Skip to content
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

Credentials Manager #18

Open
a75c6 opened this issue Feb 1, 2017 · 4 comments
Open

Credentials Manager #18

a75c6 opened this issue Feb 1, 2017 · 4 comments

Comments

@a75c6
Copy link

a75c6 commented Feb 1, 2017

Executed bundle command then received:

Your bundle is locked to credentials_manager (0.16.2), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed sources, that means the author of credentials_manager (0.16.2) has removed it. You'll need to update your bundle to a different version of credentials_manager (0.16.2) that hasn't been removed in order to install.

@mfekadu
Copy link

mfekadu commented Feb 26, 2017

I've had the same issue. @namsoila have you found a solution? So far tried manually installing the gem with no luck.

@thiagolioy
Copy link
Owner

Hello guys, how can I reproduce this problem? I've just cloned the project and ran:

bundle
bundle exec pod install

Everything is working fine. Could you write the sequence of steps that you went through to reproduce the error?

@mstolin
Copy link

mstolin commented May 7, 2017

The credentials manager has been removed from gem, see: fastlane/fastlane#7582

Maybe you can fix this issue by updating fastlane.

@glennposadas
Copy link

Hi @thiagolioy reproduce? Here's the steps I've taken:

  1. Went to http://bundler.io
  2. Executed gem install bundler
  3. Went back to your project and executed
bundle
bundle exec pod install

Error:

Your bundle is locked to credentials_manager (0.16.2), but that version could
not be found in any of the sources listed in your Gemfile. If you haven't
changed sources, that means the author of credentials_manager (0.16.2) has
removed it. You'll need to update your bundle to a different version of
credentials_manager (0.16.2) that hasn't been removed in order to install.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants