SimpleAudioEngine Problem

Hey, I’m trying to include background music in the project I’m working on. I have included the SimpleAudioEngine header file in the header for the class I’m trying to include it it. Then in the class init() method, I call

SimpleAudioEngine::sharedEngine()->playBackgroundMusic("background-music-aac.caf");

Unable to create media player
Error: SetDataSourceFD failed: Status 0x80000000

I’m running Mac OS X, in case that information is useful.

Thanks!

Did you run on iOS?
I think the path of music may be wrong.
You should be careful when adding a source into xcode project.