それは言う
UIAlertView の目に見える @interface は、セレクター 'initWithTtile:message.... を宣言しません。
これは私が持っているものです-
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Error" message:[NSString stringWithFormat:@"Error %@, here is your error", [error description]] delegate: nil cancelbuttonTitle:@"Cancel" otherButtonTitles:nil, nil];