It used to work fine. I don't know what I changed but now when debugging using the simulator I get
Objective-C exception thrown. Name: NSUnknownKeyException Reason: [ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key imgQuantel.
I've tried removing all references to imgQuantel (one of my UI elements) end then I get the same message complaining about a different UI element
Any pointers how I go about working out what is wrong?
Thanks