-
Notifications
You must be signed in to change notification settings - Fork 25
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
Comments
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. |
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. |
The most frustrating part is this was working perfectly for me a few weeks ago. I don't get it. |
Oh that is frustrating. This the first time I'm using it, if you find a fix let me know. |
Alright, so manually adding the files to the project and importing them into my *-Prefix.pch file corrected the problem. #import "PFObject+NSCoding.h" |
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?
The text was updated successfully, but these errors were encountered: