警告:997:无法设置声音,错误=

我收到此消息警告:997:未能设置声音,当我尝试播放声音文件时,err = -50。 声音播放,但我不明白的消息。 这对于iOS 9和xcode 7来说是新的任何建议? 谢谢。


它的发生是因为你有这条线:

 AudioServicesPlayAlertSound(SystemSoundID(kSystemSoundID_Vibrate))

你需要禁用它。

祝你好运!

链接地址: http://www.djcxy.com/p/88005.html

上一篇: WARNING: 997: Failure to setup sound, err =

下一篇: debugging in intellij (Reloading changed classes)