0

i have the following error, when i run xcode5, i am using parse.com as my backend and i am using parse.com login api, but i have the following error, i don't know whats happening.

 Terminating app due to uncaught exception 'NSUnknownKeyException', reason:  
 '[<LoginViewController 0x99b8580> setValue:forUndefinedKey:]: this class is not key     
 value coding-compliant for the key password.'
 *** First throw call stack:

please help me figure this out.thanks

Raptor
  • 51,208
  • 43
  • 217
  • 353
user3137376
  • 1,517
  • 2
  • 17
  • 28
  • Did you set the key "password" ? – Raptor Feb 12 '14 at 03:53
  • Is this error only occuring on xcode5? – Connor Feb 12 '14 at 03:54
  • 1
    Check your outlets. Also, check SO before asking this: http://stackoverflow.com/search?q=this+class+is+not+key+value+coding-compliant+for+the+key. 66 pages of questions with the same title should give you an answer somewhere. – CodaFi Feb 12 '14 at 03:55
  • @ connor am currently using xcode5, i don't know about the others,@ Shivan Raptor what do u mean by set the key password? – user3137376 Feb 12 '14 at 04:14
  • It looks like a property `password` was attempted to be set on a class that does not have such a property. – zaph Feb 12 '14 at 04:16
  • yes it seems so, but i have redone everything from scratch, still got the same problem, – user3137376 Feb 12 '14 at 04:21
  • Check custom runtime keypaths as well. It's entirely possible you added one and forgot it. – CodaFi Feb 12 '14 at 04:31

1 Answers1

0

Not sure about your situation but deleting the outlet connection and reconnecting them did work for me like a charm

enter image description here

पवन
  • 3,084
  • 1
  • 23
  • 31