-1

*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key emailField.'


My project is on Xcode 9, using Swift 4 and firebase... I'm sorry for the way I'm asking but i don't really know how to go about asking this.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Brandon
  • 41
  • 5
  • Sounds like you may have an outlet called `emailField` that hasn't been connected in your storyboard. – Ian L Nov 23 '17 at 22:19

1 Answers1

0

I think you not connected the IBOutlet for the emailField in Storyboard properly. Not connected or multiconnected.

Retterdesdialogs
  • 3,180
  • 1
  • 21
  • 42