Sound not working in iPhone Simulator?

Posted by pix0r on Stack Overflow See other posts from Stack Overflow or by pix0r
Published on 2008-11-19T16:05:11Z Indexed on 2010/06/12 21:33 UTC
Read the original article Hit count: 401

Somehow my iPhone Simulator is unable to play sounds. First an app I'm working on using AudioServicesPlaySystemSound() stopped working.. I spent a while debugging this but sound is still working on the iPhone when I run the app on the device. I get the same results with other iPhone apps such as the sample Crash Landing app.

I can't find a sound setting anywhere in the simulator or Xcode preferences. I've tried resetting the simulator through "Reset Content and Settings" menu item to no avail.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c