I\'m making an app for Mac OS X using Xcode, and I want it to play a alert sound when something happens.
What is the simplest code for playing a sound in Objective-C/Coc
You can copy and add your .aif files to your project in Xcode as follows:
See Apple's examples & great info: here & here.