Xcode is giving me error of "No known class method for selector 'sharedInstance'" for this code:
// access audio object
OALSimpleAudio *audio = [OALSimpleAudio sharedInstance];
// play sound effect
[audio playEffect:@"Hello.mp3"];
How to fix this error?