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

-[NSCachedURLResponse allHeaderFields]: unrecognized selector #6

Merged
merged 1 commit into from
Oct 16, 2012

Conversation

adithexplorer
Copy link
Contributor

Changes to -(NSDate *)lastUpdateDate method to prevent error.

When doing a pull to refresh the method above in RkabstractTablecontroller was giving me the following error

-[NSCachedURLResponse allHeaderFields]: unrecognized selector sent to instance 0xf486920

So I made changes to the code and the error is gone.

Hope this helps.

Changes to -(NSDate *)lastUpdateDate method to prevent error
@blakewatters
Copy link
Member

Thanks for the fix!

blakewatters added a commit that referenced this pull request Oct 16, 2012
-[NSCachedURLResponse allHeaderFields]: unrecognized selector
@blakewatters blakewatters merged commit 9a5613b into RestKit:master Oct 16, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants