You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After update to Swift 2.2 Xcode shows an error for PFUser(withoutDataWithObjectId:): Incorrect argument label in call (have 'withoutDataWithObjectId:', expected 'className:')
This still happens after updating to Parse iOS SDK 1.13.0.
Environment:
Xcode 7.3 (7D175)
Swift 2.2
Update
There seems to be a typo in the Parse SDK as Swift is auto-suggesting the function PFUser(outDataWithObjectId:).