0

I have a xib file that's causing setValue:forUndefinedKey: to be called, like in this question:

setValue:forUndefinedKey: this class is not key value coding-compliant for the key

But I don't know how to find the xib file that's causing the exception.

Community
  • 1
  • 1
frank
  • 1
  • 3
  • What do you mean "How to find XIB file"? You should be able to see in your files created in project navigator. The files with extension ".xib" or ".storyboard" – Santosh Sep 20 '16 at 16:01
  • In `this class is not key value coding-compliant for the key LoginScreen`. You have to search where did you set previously `LoginScreen`. That's where. Else, you can open each .xib, show them as Source Code (right click on it, open as), and look for ` – Larme Sep 20 '16 at 16:02
  • [Graham Perks's answer on the linked question](http://stackoverflow.com/a/13812660/603977) addresses exactly what you're asking. – jscs Sep 20 '16 at 17:15
  • Possible duplicate of [setValue:forUndefinedKey: this class is not key value coding-compliant for the key](http://stackoverflow.com/questions/13793162/setvalueforundefinedkey-this-class-is-not-key-value-coding-compliant-for-the-k) – jscs Sep 20 '16 at 17:17

0 Answers0