whenever i try and run my app it crashes and goes to this goes to my main.m file and
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
is highlighted in green and tells me "thread 1:signal SIGABRT and when i put an exception breakpoint it says "thread 1: breakpoint 1.1 How can i fix this problem so my app doesn't crash anymore?
and it gives me this at the bottom
argv char ** 0xbfffee18 0xbfffee18
argc int 1 1
when i add an exception breakpoint this is highlighted in green
0x15dd8b9: pushl %ebp
so is this
0x29df9b: xorl %eax, %eax
and this
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
how can i fix this so my app runs correctly? please help!