my app crashes after execution of the following line of code:-
[self.navigationController pushViewController:detailViewControllerObj animated:YES];
and it gives the following error message at the console window:--
'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key detailDescriptionLabel.'
i spend a lot of time to find solution but not succeed.. Please help me in finding solution..