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

ASIHTTPRequest (1.8.1) Problem #195

Closed
Contexter opened this issue Mar 28, 2012 · 3 comments
Closed

ASIHTTPRequest (1.8.1) Problem #195

Contexter opened this issue Mar 28, 2012 · 3 comments
Labels
t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome!
Milestone

Comments

@Contexter
Copy link

first run leads to the following:

$ pod list
==> A2DynamicDelegate (1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7)
    Blocks are to functions as A2DynamicDelegate is to delegates.

==> A2StoryboardSegueContext (1.0, 1.0.1)
    Supplement your segues' identifier strings with context objects.

==> AFHTTPRequestOperationLogger (0.9.0)
    AFNetworking Extension for HTTP Request Logging

==> AFNetworking (0.5.1, 0.7.0, 0.9.0, 0.9.1)
    A delightful iOS and OS X networking framework

==> AFOAuth2Client (0.0.1)
    AFNetworking Extension for OAuth 2 Authentication

==> Appirater (0.0.1, 0.0.2)
    A utility that reminds your iPhone app's users to review the app.

==> ASIHTTPRequest (1.8.1)
Oh no, an error occurred. Please run with `--verbose' and report on https://github.com/CocoaPods/CocoaPods/issues.

no such file to load -- rake/file_list

$ pod list --verbose
==> A2DynamicDelegate (1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7)
    Blocks are to functions as A2DynamicDelegate is to delegates.

==> A2StoryboardSegueContext (1.0, 1.0.1)
    Supplement your segues' identifier strings with context objects.

==> AFHTTPRequestOperationLogger (0.9.0)
    AFNetworking Extension for HTTP Request Logging

==> AFNetworking (0.5.1, 0.7.0, 0.9.0, 0.9.1)
    A delightful iOS and OS X networking framework

==> AFOAuth2Client (0.0.1)
    AFNetworking Extension for OAuth 2 Authentication

==> Appirater (0.0.1, 0.0.2)
    A utility that reminds your iPhone app's users to review the app.

==> ASIHTTPRequest (1.8.1)
Oh no, an error occurred. Please run with `--verbose' and report on https://github.com/CocoaPods/CocoaPods/issues.

no such file to load -- rake/file_list
/Users/benedikt/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/Users/benedikt/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/Users/benedikt/.rvm/gems/ruby-1.9.2-p290/gems/cocoapods-0.5.1/lib/cocoapods/file_list.rb:2:in `<top (required)>'
/Users/benedikt/.cocoapods/master/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec:28:in `block in _eval_podspec'
/Users/benedikt/.rvm/gems/ruby-1.9.2-p290/gems/cocoapods-0.5.1/lib/cocoapods/specification.rb:25:in `initialize'
/Users/benedikt/.cocoapods/master/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec:1:in `new'
/Users/benedikt/.cocoapods/master/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec:1:in `_eval_podspec'
/Users/benedikt/.rvm/gems/ruby-1.9.2-p290/gems/cocoapods-0.5.1/lib/cocoapods/specification.rb:5:in `eval'
/Users/benedikt/.rvm/gems/ruby-1.9.2-p290/gems/cocoapods-0.5.1/lib/cocoapods/specification.rb:5:in `_eval_podspec'
/Users/benedikt/.rvm/gems/ruby-1.9.2-p290/gems/cocoapods-0.5.1/lib/cocoapods/specification.rb:16:in `from_file'
/Users/benedikt/.rvm/gems/ruby-1.9.2-p290/gems/cocoapods-0.5.1/lib/cocoapods/specification/set.rb:59:in `specification'
/Users/benedikt/.rvm/gems/ruby-1.9.2-p290/gems/cocoapods-0.5.1/lib/cocoapods/command/list.rb:19:in `block (2 levels) in run'
/Users/benedikt/.rvm/gems/ruby-1.9.2-p290/gems/cocoapods-0.5.1/lib/cocoapods/command/list.rb:17:in `each'
/Users/benedikt/.rvm/gems/ruby-1.9.2-p290/gems/cocoapods-0.5.1/lib/cocoapods/command/list.rb:17:in `block in run'
/Users/benedikt/.rvm/gems/ruby-1.9.2-p290/gems/cocoapods-0.5.1/lib/cocoapods/command/list.rb:16:in `each'
/Users/benedikt/.rvm/gems/ruby-1.9.2-p290/gems/cocoapods-0.5.1/lib/cocoapods/command/list.rb:16:in `run'
/Users/benedikt/.rvm/gems/ruby-1.9.2-p290/gems/cocoapods-0.5.1/lib/cocoapods/command.rb:53:in `run'
/Users/benedikt/.rvm/gems/ruby-1.9.2-p290/gems/cocoapods-0.5.1/bin/pod:11:in `<top (required)>'
/Users/benedikt/.rvm/gems/ruby-1.9.2-p290/bin/pod:19:in `load'
/Users/benedikt/.rvm/gems/ruby-1.9.2-p290/bin/pod:19:in `<main>'
@alloy
Copy link
Member

alloy commented Mar 28, 2012

Hmm, I thought I had double-checked the versions of rake that ship with the stdlib in various Ruby versions. Please install the ‘rake’ gem, that should fix this.

I’ll leave the ticket open so that we know to add the correct rake version to the gem spec for the next release.

@Contexter
Copy link
Author

Did so and indeed: fixed ! Thank you and greetings from Berlin

@alloy
Copy link
Member

alloy commented Mar 28, 2012

Thanks for verifying! Greetings from Amsterdam :)

@alloy alloy closed this as completed in a28730d May 12, 2012
goonzoid pushed a commit to goonzoid/CocoaPods that referenced this issue May 25, 2012
* master:
  Minor copy change
  A few small fixes related to integrating multiple targets/projects.
  Add rake ~> 0.9.0 (for rake/file_list.rb file) to gemspec. Closes CocoaPods#195.
  Fix for CocoaPods#141
  [Push] Bypass pre-commit hook.
  [Fix] GitHub downloader was downloading the repos twice.

Conflicts:
	spec/unit/resolver_spec.rb
jzapater pushed a commit to jzapater/CocoaPods that referenced this issue Sep 17, 2013
dd back commit hash for vfrReader
fabiopelosin added a commit that referenced this issue Oct 25, 2014
* master:
  Minor copy change
  A few small fixes related to integrating multiple targets/projects.
  Add rake ~> 0.9.0 (for rake/file_list.rb file) to gemspec. Closes #195.
  Fix for #141
  [Push] Bypass pre-commit hook.
  [Fix] GitHub downloader was downloading the repos twice.

Conflicts:
	spec/unit/resolver_spec.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome!
Projects
None yet
Development

No branches or pull requests

2 participants