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

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -