Update BackendlessUser property

I used the code sample in the documentation for updating BackendlessUser properties and it worked well until today, my app crashed when trying to update the values of 2 columns in BackendlessUser table. I got this error below and i think may be there’s something wrong with the server. Could you please check it out for me ?
http://support.backendless.com/public/attachments/6771e732170824035ef686d7d74ce7d3.png</img>

What code sample do you use to get this crash? Please provide it here.

I have the same problem here. It used to work well, but it does not when I try to update user property.

It does not throw any error. Crashed on this line
[backendless.userService update:user response:^(BackendlessUser *updatedUser) {

same here. Calling “[backendless.userService update:currentUser];”

I get *** Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘*** -[NSDictionary initWithDictionary:copyItems:]: dictionary argument is not an NSDictionary’


What version of the library are you using?

not sure (where do i find it?). 3? haven’t changed it in 1-2 months, which is no reason for this to start crashing out of the blue

The problem has been resolved. I apologize about the inconvenience this has caused.

Thank you Mark!! It works well now