SWIFT + Parse signUpInBackgroundWithBlock no longer works: Xcode 6.3.1 [duplicate]
问题 This question already has answers here : Parse SDK methods not working in Xcode 6.3 Beta (5 answers) Closed 4 years ago . I'm using the latest parse code from the parse.com for user.signupInBackgroundWithBlock user.signUpInBackgroundWithBlock { (succeeded: Bool?, error: NSError?) -> Void in if let error = error { let errorString = error.userInfo?["error"] as? NSString self.showAlertWithText(message: "\(error)") } else { self.performSegueWithIdentifier("createNewUserAndGoToDashboard", sender: