私はこのコードを持っています:
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:title message:msg delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil];
[alert show];
[alert release];
問題は、アラートが表示される前にこのコードがクラッシュすることです。私はそれを下位のiOSでテストしましたが、動作しますが、iOS6ではクラッシュします。