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 Mar 2, 2020. It is now read-only.
Hi, appreciate you guys to provide this cool exporter.
I just downloaded zip file from master branch to my macbook.
But stuck here:
zhoujun:bin zhoujun$ sudo ./tfexporter --max 10
Password:
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin14/rbconfig.rb:213: warning: Insecure world writable dir /usr/local/heroku/bin in PATH, mode 040777
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- commander (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:inrequire'
from ./tfexporter:5:in `
'
Could you help? thanks.
The text was updated successfully, but these errors were encountered:
juncoding
changed the title
`require': cannot load such file -- commander (LoadError)
cannot load such file -- commander (LoadError)
Feb 23, 2015
Thanks for using tfexporter.
From what I see you are missing some dependencies required to run our tool (in this case 'commander'). Please run on your terminal:
$ gem install TestFlightExporter
this will install the gem by satisfying all the dependencies.
Once the gem is installed run
$ tfexporter --help
To have a nice print of all the available commands and how to use them.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, appreciate you guys to provide this cool exporter.
I just downloaded zip file from master branch to my macbook.
But stuck here:
'zhoujun:bin zhoujun$ sudo ./tfexporter --max 10
Password:
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin14/rbconfig.rb:213: warning: Insecure world writable dir /usr/local/heroku/bin in PATH, mode 040777
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in
require': cannot load such file -- commander (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in
require'from ./tfexporter:5:in `
Could you help? thanks.
The text was updated successfully, but these errors were encountered: