エラーメッセージが表示されます:expected ':'
おそらくinitWithTitle:@"You downloaded %i boards", iboard
以下のフレーズが原因です。修正を手伝ってもらえますか?
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"You downloaded %i boards", iboard message:@"Press Ok to continue" delegate:self cancelButtonTitle:@"Ok" otherButtonTitles:nil];
[alert show];