Reputation:
I'm new to IOS and I'm stuck with an error I added a table view in my storyboard named timelinetable and after some time I deleted that from my storyboard but after that when debugging it shows an error
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key timelineTable.'
but I cant find anything named timelinetable in my project so how can I fix that problem
Upvotes: 1
Views: 5245
Reputation: 7333
Upvotes: 11
Reputation: 1369
you connect an outlet and you then remove the controller without removing its outlet.
Upvotes: 1