コードをコンパイルしようとしているとき。このコード:
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"You Lost!"
message:[NSString stringWithFormat:@"You were hit! Try again!"]
delegate:nil
cancelButttonTitle:@"Dismiss" otherButtonTitles:nil];
[alert show];
このエラーが発生しています:
No Visible @interface for 'UIAlertView' declares the sector