My App Crashes and produce the 'NSUnknownKeyException?

I figured out the problem …. The problem is that I am coding on Xcode 4.2 which automatically generates the two view control files root view and detailViewController files and my habit of adding controls by coding leaves me low concentration on detailViewController xib file after deleting the existing code in DetailViewCntroller . H and .

M files I forgot to delete a detailViewLabel from the DetailViewController xib file..…..

Up vote 0 down vote favorite share g+ share fb share tw.

My app crashes after execution of the following line of code:- self. NavigationController pushViewController:detailViewControllerObj animated:YES; and it gives the following error massage 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.. iphone-sdk-4.0 core-data ios5 xcode4.2 link|improve this question edited Feb 9 at 10:24Vin2,6862724 asked Feb 8 at 9:57Ravi Sharma457 60% accept rate.

It seems that detailViewControllerObj is nil. Have you instantiated it before call? – Flink Feb 9 at 7:59 thanx flink for your reply ..i catch the silly error in what I did... – Ravi Sharma Feb 9 at 9:04.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions