Hi,
I am trying to use this class as
AVAudioPlayer *newPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL: fileURL error: nil];
and getting this compiler error "error: AVAudioPlayer.h no such file or directory"
I have added "#import "AVAudioPlayer.h" at the beginning of the .m file
Could you let me know how can i fix it?
Thanks