In my app i have a UIButton and it terminates when i hit it in IOS simulator..the highlighted message is
int retVal = UIApplicationMain(argc, argv, nil, nil); SIGABRT
terminate called after throwing an instance of 'NSException'
Can someone help me fix this??????

