code is:
NSString *presetURLPath = [[NSBundle mainBundle] pathForResource:@"FluidR3_GM" ofType:@"SF2"];
NSLog(@"Path: %@",presetURLPath);
the .sf2 file is exits in my project ,but output is: Path: null.
What is reason ?? can anyone explain !!!
Try this
You need to pass
NSURL