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

Error: account_manager.rb:61:in `ask_for_login': uninitialized constant #3111

Closed
fastlanebot opened this issue Oct 8, 2015 · 2 comments
Closed

Comments

@fastlanebot
Copy link

Original issue by @swl367 - Imported from fastlane/cert#35

I'm trying to run cert after installing the latest version via sudo gem install cert (v0.3.3), but whenever I log in with any of my 5 accounts, I'm seeing this error (with the correct password). I'm on Yosemite and using xcode 7.

Kevin-MBP:~ kevin$ cert
To not be asked about this value, you can specify it using 'username'
Your Apple ID Username: "xxx@xxx.xxx"

+-------------+---------------+
| Summary |
+-------------+---------------+
| development | false |
| username | xxx@xxx.xxx |
| output_path | . |
+-------------+---------------+

Starting login with user 'xxx@xxx.xxx'

The login information you enter will be stored in your Mac OS Keychain
You can also pass the password using the FASTLANE_PASSWORD env variable

More information about it on GitHub: https://github.com/fastlane/CredentialsManager

Password (for xxx@xxx.xxx): **********
/Library/Ruby/Gems/2.0.0/gems/credentials_manager-0.8.3/lib/credentials_manager/account_manager.rb:61:in ask_for_login': uninitialized constant CredentialsManager::AccountManager::Helper (NameError) from /Library/Ruby/Gems/2.0.0/gems/credentials_manager-0.8.3/lib/credentials_manager/account_manager.rb:26:inpassword'
from /Library/Ruby/Gems/2.0.0/gems/spaceship-0.11.4/lib/spaceship/client.rb:147:in login' from /Library/Ruby/Gems/2.0.0/gems/spaceship-0.11.4/lib/spaceship/client.rb:51:inlogin'
from /Library/Ruby/Gems/2.0.0/gems/spaceship-0.11.4/lib/spaceship/portal/spaceship.rb:22:in login' from /Library/Ruby/Gems/2.0.0/gems/spaceship-0.11.4/lib/spaceship/portal/spaceship.rb:77:inlogin'
from /Library/Ruby/Gems/2.0.0/gems/cert-0.3.3/lib/cert/cert_runner.rb:14:in run' from /Library/Ruby/Gems/2.0.0/gems/cert-0.3.3/lib/cert/cert_runner.rb:4:inlaunch'
from /Library/Ruby/Gems/2.0.0/gems/cert-0.3.3/bin/cert:32:in block (2 levels) in run' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:incall'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in call' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:153:inrun'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:428:in run_active_command' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:68:inrun!'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/delegates.rb:15:in run!' from /Library/Ruby/Gems/2.0.0/gems/cert-0.3.3/bin/cert:38:inrun'
from /Library/Ruby/Gems/2.0.0/gems/cert-0.3.3/bin/cert:44:in <top (required)>' from /usr/bin/cert:23:inload'
from /usr/bin/cert:23:in `

'

@fastlanebot
Copy link
Author

@KrauseFx commented

Sorry about that, please update using sudo gem update credentials_manager

@fastlanebot
Copy link
Author

@swl367 commented

@KrauseFx thanks, that worked. Closing.

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

No branches or pull requests

1 participant