So far I am having issues with blocks like this:
user.signUpInBackgroundWithBlock { (succeeded: Bool!, error: NSError!) -> Void in if erro
Change:
(succeeded: Bool!, error: NSError!) -> Void in
to
(succeeded, error) -> Void in
This change is required due to changes in the Parse SDK