-
-
Notifications
You must be signed in to change notification settings - Fork 878
-[__NSCFDictionary UTF8String]: unrecognized selector sent to instance #414
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
Comments
Hey @xissburg, thanks for the report.
|
Thank you for your feedback. We prioritize issues that have clear and concise repro steps. Please see our Bug Reporting Guidelines about what information should be added to this issue.
|
@nlutsenko This is what I get as the parameter of
I get the objects via a query and pin them afterwards. |
Last question around this - in the frame #8 of the stack trace aka What looks like is happening is that server is returning a Anyhow - we should safeguard these, I am going to send a PR in a bit. |
This is one object that is passed to
|
@xissburg, according to #422 - I think what happens here is that you are setting the dates on your object manually, which is unsupported, since public properties of /*!
@abstract When the object was last updated.
*/
@property (PF_NULLABLE_PROPERTY nonatomic, strong, readonly) NSDate *updatedAt;
/*!
@abstract When the object was created.
*/
@property (PF_NULLABLE_PROPERTY nonatomic, strong, readonly) NSDate *createdAt; I am going to send a diff to restrict it further (no ability to change them via Let me know if this is the case. |
Wow, yes, this makes sense. Thanks very much for noticing this. I will stop being lazy and will create a |
👍 Glad it helped. |
I am converting my project to Swift 2 in order to use the latest version of Parse SDK and hopefully get rid of deadlocks #398. Now I am facing this crash:
I am using the local datastore by the way and after using the app for a while it will save some stuff to the local datastore and eventually it will crash when retrieving this data. Then it will crash on start up on the next runs, with this exact same error.
The text was updated successfully, but these errors were encountered: