Crash during error handling

The app crashes, when it’s supposed to enter error block.
BackendlessUser *user = [BackendlessUser new]; user.email = @“michaeldjsflk”; user.password = @“sdfas”;
[backendless.userService registering:user];

We have fixed this problem. You can download SDK from our github repo -https://github.com/Backendless/ios-SDK

You should register the user before login - and you will not get the fault message.

thank you very much, really right now it works. Really good support!