We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Affected version: xcodeproj (0.14.0)
xcodeproj --help suggest that there is option to display version
xcodeproj --help
--version Prints the version of CocoaPods
however executing it like this, cause error
$ xcodeproj --version uninitialized constant Xcodeproj::Command::VERSION /Users/marcinkrzyzanowski/.rvm/gems/ruby-1.9.3-p392/gems/xcodeproj-0.14.0/lib/xcodeproj/command.rb:84:in parse' /Users/marcinkrzyzanowski/.rvm/gems/ruby-1.9.3-p392/gems/xcodeproj-0.14.0/lib/xcodeproj/command.rb:65:inrun' /Users/marcinkrzyzanowski/.rvm/gems/ruby-1.9.3-p392/gems/xcodeproj-0.14.0/bin/xcodeproj:13:in <top (required)>' /Users/marcinkrzyzanowski/.rvm/rubies/ruby-1.9.3-p392/bin/xcodeproj:23:inload' /Users/marcinkrzyzanowski/.rvm/rubies/ruby-1.9.3-p392/bin/xcodeproj:23:in <main>' /Users/marcinkrzyzanowski/.rvm/gems/ruby-1.9.3-p392/bin/ruby_executable_hooks:15:ineval' /Users/marcinkrzyzanowski/.rvm/gems/ruby-1.9.3-p392/bin/ruby_executable_hooks:15:in `
parse' /Users/marcinkrzyzanowski/.rvm/gems/ruby-1.9.3-p392/gems/xcodeproj-0.14.0/lib/xcodeproj/command.rb:65:in
<top (required)>' /Users/marcinkrzyzanowski/.rvm/rubies/ruby-1.9.3-p392/bin/xcodeproj:23:in
<main>' /Users/marcinkrzyzanowski/.rvm/gems/ruby-1.9.3-p392/bin/ruby_executable_hooks:15:in
The text was updated successfully, but these errors were encountered:
cbec0a8
[CHANGELOG] Document fix for #107.
e25fda6
Thanks!
Sorry, something went wrong.
No branches or pull requests
Affected version: xcodeproj (0.14.0)
xcodeproj --help
suggest that there is option to display versionhowever executing it like this, cause error
$ xcodeproj --version
'uninitialized constant Xcodeproj::Command::VERSION
/Users/marcinkrzyzanowski/.rvm/gems/ruby-1.9.3-p392/gems/xcodeproj-0.14.0/lib/xcodeproj/command.rb:84:in
parse' /Users/marcinkrzyzanowski/.rvm/gems/ruby-1.9.3-p392/gems/xcodeproj-0.14.0/lib/xcodeproj/command.rb:65:in
run'/Users/marcinkrzyzanowski/.rvm/gems/ruby-1.9.3-p392/gems/xcodeproj-0.14.0/bin/xcodeproj:13:in
<top (required)>' /Users/marcinkrzyzanowski/.rvm/rubies/ruby-1.9.3-p392/bin/xcodeproj:23:in
load'/Users/marcinkrzyzanowski/.rvm/rubies/ruby-1.9.3-p392/bin/xcodeproj:23:in
<main>' /Users/marcinkrzyzanowski/.rvm/gems/ruby-1.9.3-p392/bin/ruby_executable_hooks:15:in
eval'/Users/marcinkrzyzanowski/.rvm/gems/ruby-1.9.3-p392/bin/ruby_executable_hooks:15:in `
The text was updated successfully, but these errors were encountered: