Xcode でアプリを開発していますが、助けが必要です。
- (IBAction)test:(id)sender {
game *test = [[game alloc] initWithNibName: nil bundle: nil];
[self presentViewController:test animated:YES completion:nil];
}
次のエラーが表示されますが、修正方法がわかりません。
「テスト」に格納されたオブジェクトの潜在的なリーク