I have searched through Google for over 2 hours now so I'm going to ask for some help here. I have a Single-View application that is getting this error whenever I click a button or navigation button. First it crashes the app then highlights three lines of code that I haven't even touched throughout the whole project, and it said
"Thread 1: signal SIGABRT", the 3 errors of code are this 0x1f6c952: jae 0x1f6c962 ; __pthread_kill + 26`, `0x22ef9b: xorl %eax, %eax`, and ` return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
No idea what this means because I've never come across this error before. Could someone please help me.