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

Unrecognized Selector #15

Open
ace1294 opened this issue Jun 25, 2014 · 5 comments
Open

Unrecognized Selector #15

ace1294 opened this issue Jun 25, 2014 · 5 comments

Comments

@ace1294
Copy link

ace1294 commented Jun 25, 2014

I installed your framework using cocoa pods and for some reason I think my project isn't recognizing it because it's throwing the unrecognized selector on [PFObject encodeWithCoder:] so that means that my project isn't recognizing your extension. I've tried deleting it and re-install the pod again but no luck. Any suggestions?

@kfernandes29
Copy link

Same issue here and with somebody else as well. It's driving me nuts. I haven't tried yet, but does manually adding the files to the project correct the problem? Give it a shot and let me know.

@ace1294
Copy link
Author

ace1294 commented Jun 26, 2014

I haven't tried that yet, but if it comes down to it I eventually will try. I'm a bit annoyed by this as well, pods are suppose to make this easy. And everything about this pod is exactly what I've been looking for especially seeing all the positive feedback on it.

@kfernandes29
Copy link

The most frustrating part is this was working perfectly for me a few weeks ago. I don't get it.

@ace1294
Copy link
Author

ace1294 commented Jun 26, 2014

Oh that is frustrating. This the first time I'm using it, if you find a fix let me know.

@kfernandes29
Copy link

Alright, so manually adding the files to the project and importing them into my *-Prefix.pch file corrected the problem.

#import "PFObject+NSCoding.h"
#import "PFGeoPoint+NSCoding.h"
#import "PFFile+NSCoding.h"
#import "PFACL+NSCoding.h"

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

No branches or pull requests

2 participants