[アラートショー]行でEXC_BAD_ACCESSを取得しています。
なぜ私はこれを手に入れているのですか?
alert = [[UIAlertView alloc]initWithTitle:@"Application Alert" message:@"all date popup" delegate:self cancelButtonTitle:nil otherButtonTitles:@"Update",nil];
[alert show]; //EXC_BAD_ACCESS on this line