This is for the specific error: NSUnknownKeyException in iOS (Swift and Objective-C)
Questions tagged [nsunknownkeyexception]
81 questions
-2
votes
1 answer
Terminating app due to uncaught exception 'NSUnknownKeyException' reason: '[ setValue:forUndefinedKey:]
I have a problem with Xcode 6 !!
I have a problem at run-time as follows:
Terminating app due to uncaught exception 'NSUnknownKeyException',
reason: '[ setValue:forUndefinedKey:]:
this class is not key value…

robz S
- 25
- 1
- 7
-3
votes
1 answer
this class is not key value coding-compliant for the key UserEmailAdresLogin
Back at it again with a noob question.
For some reason I get the following error:
2017-07-25 14:29:00.589401+0200 Yiives[1416:534883] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]:…

vandernat.p
- 153
- 1
- 1
- 10
-3
votes
1 answer
Swift - UIImage filter triggering exception
I followed an online tutorial that helps in creating a QR code. My objective is that the QR code created will be stored in Parse DB as a file and locally in a userObject as UIImage. When I ran my code below, it triggered the following…

ksa_coder
- 1,393
- 3
- 15
- 38
-3
votes
1 answer
UITextView Outlet causing uncaught NSException
Everytime I create an outlet for a UITextField it breaks my app. No build errors just termination at boot.
"2015-11-27 17:34:19.005 ticTacToe[3540:71629] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason:…

MANICX100
- 1,299
- 2
- 12
- 20
-3
votes
1 answer
App crashes when i load it in the simulator
I've been working on my very first iOS application, however when I run it on the simulator, there are no build errors but when I loads it terminates with this error code
2014-06-06 19:45:56.728 Hello iOS[8512:907] *** Terminating app due to…

Shlocko
- 1
- 1
-5
votes
1 answer
Objective-C Bug this class is not key value coding-compliant for the key dateAMPM
While I was working on my IPhone application for school I was in the midst of storing the data so it could be used after closing the application and I changed the name of one of the variables from dateAMPM to alarmAMPM and now it is giving me this…

Joshua Thirkell
- 11
- 1