コードは次のとおりです。
NSString *presetURLPath = [[NSBundle mainBundle] pathForResource:@"FluidR3_GM" ofType:@"SF2"];
NSLog(@"Path: %@",presetURLPath);
.sf2
ファイルは私のプロジェクトに存在しますが、出力は次のとおりです 。Path: null.
理由は何ですか?誰でも説明できますか!!!
これを試して
NSString *resources = [[NSBundle mainBundle] resourcePath];
NSURL *audioPath = [NSURL fileURLWithPath:[NSString stringWithFormat:@"%@/%@",resources,@"FluidR3_GM.SF2"]];
あなたは合格する必要がありますNSURL