AudioToolbox symbols not found in build
i'm trying to call AudioServicesCreateSystemSoundID, AudioServicesDisposeSystemSoundID, and AudioServicesPlayAlertSound, and i'm getting build errors "symbol(s) not found." i have dragged the AudioToolbox.framework into my project and #imported AudioServices.h. i can command-double-click the symbol names, and the header comes up, but for some reason the object code is not linking. anyone seen this before?
|