Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. let currentUser = PFUser.logInWithUsername(inBackground: "test", password: "test")
  2. let point = PFGeoPoint(latitude: 25.000, longitude: 25.000)
  3. currentUser.setValue(point, forKey:"location")
  4.  
  5. 'NSUnknownKeyException', reason: '[<BFTask 0x60000067da00> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key location.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement