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
{{ message }}
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
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"
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 `
'
The text was updated successfully, but these errors were encountered:
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 variableMore 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:in
password'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:in
login'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:in
login'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:in
launch'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:in
call'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:in
run'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:in
run!'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:in
run'from /Library/Ruby/Gems/2.0.0/gems/cert-0.3.3/bin/cert:44:in
<top (required)>' from /usr/bin/cert:23:in
load'from /usr/bin/cert:23:in `
The text was updated successfully, but these errors were encountered: