我收到此消息警告:997:未能设置声音,当我尝试播放声音文件时,err = -50。声音在播放,但我听不懂讯息。
这是iOS 9和xcode 7的新功能
有什么建议?
谢谢。
最佳答案
它的发生是因为您具有以下行:
AudioServicesPlayAlertSound(SystemSoundID(kSystemSoundID_Vibrate))
您需要禁用它。
祝你好运!
关于xcode - 警告: 997: Failure to setup sound,错误= -50,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/32683205/