Pages

Saturday, December 29, 2012

Thread 1: Signal SIGABRT

I know that this is probably a commun question but I'm still posting it because I did not find a suitable explenation that could help me with my problem.

 

I just started with xcode and has funny has it is, I'm already having my first error.

I started a new project (Single View Application), and in the .xib I added a simple label with some text and then tried to "Run" it.

It compiles fine but then I get the "Thread 1: Signal SIGABRT" and on the debbuger window i get this:

 

"

2012-12-29 23:30:07.699 HelloWorld[2499:11303] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key view.'

*** First throw call stack:

(0x1c8c012 0x10c9e7e 0x1d14fb1 0xb76711 0xaf7ec8 0xaf79b7 0xb22428 0x22e0cc 0x10dd663 0x1c8745a 0x22cbcf 0x22e98d 0x10ceb 0x11002 0xfed6 0x21315 0x2224b 0x13cf8 0x1be7df9 0x1be7ad0 0x1c01bf5 0x1c01962 0x1c32bb6 0x1c31f44 0x1c31e1b 0xf7da 0x1165c 0x1bad 0x1ad5 0x1)

libc++abi.dylib: terminate called throwing an exception

(lldb)

"

 

And I just can't unterstand why I have this error because I changed nothing, apart from adding a label in the window (.xib file).

 

 

Thank you in advance.

 

Best regards.


View the original article here

0 comments:

Post a Comment