I am unable to play sound using AudioToolbox Framework. My line of code :
SystemSoundID soundID;
CFURLRef soundFileURLRef;
OSStatus error = AudioServicesCreateSystemSoundID((__bridge CFURLRef)(aFileURL), &aSoundID);
After debug Show error ((OSStatus) error = -1500)
.