I just got the following exception in XCode: "This class is not key value coding-compliant for the key". I've read that others having the same problem and it seems that some linking in the xib file are wrong, I just can't find out what in my project.
Could someone please help me?
Project link: https://docs.google.com/file/d/0B4RED3xS6-XhRVdUa0xOLTR5NGc/edit?usp=sharing
EDIT: Problem solved, in my AppDelegate I was insatiate UIViewController with the nib "MainViewController" instead of "MainViewController" class. Therefor the view were used but not connected to the controller.