I'm trying to play a sound on iOS using AVAudioPlayer. I added the AVFoundation.framework and MediaPlayer.framework and tried to import AVAudioPlayer.h (this part didn't work), but I still can't instantiate the AVAudioPlayer class.
What am I doing wrong?
#import <AVFoundation/AVAudioPlayer.h>
perhaps?