-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Parse issue in Swift 3 #2718
Comments
Try replacing |
Awesome! This was the key to solve it! |
Glad I could help :-) I suggest you post general questions regarding code migration to Swift 3 on Stackoverflow where you have a great developer community helping you out. If you think you found a bug in parse server, have any feature suggestions or want to contribute to parse server code then this here is the place to go. |
Hi, I setup my parse solution using Swift 2. After updating Xcode and converting to Swift 3 I get the following error on my code:
let query = PFQuery(className: "gameScore")
Cannot convert value of type '([PFObject]?, NSError?) -Z Void' to expected argument type '([PFObject]?, NSError?) -> Void?
Anyone with any ideas on this issue??
Thanks!
The text was updated successfully, but these errors were encountered: