Xcode: Thread 1 Signal SIGABRT -


i new xcode , language , trying make simple calculator , after adding more view error "thread 1 signal sigabrt" , app wont open in ios simulator. error points line of code:

return uiapplicationmain(argc, argv, nil, nsstringfromclass([appdelegate class])); 

i tried searching before didn't understand other answers talking about.

http://i.imgur.com/merys26.png

here screenshot of comes when attempt run program

that mean´s call method or other stuff not exists. ray wenderlich has tutorial. can post message console?


Comments

Popular posts from this blog

c# - OpenXML hanging while writing elements -

php - regexp cyrillic filename not matches -

sql - Select Query has unexpected multiple records (MS Access) -