Simulator crashes on AQMEIOManager

喜夏-厌秋 提交于 2019-12-10 12:53:49

问题


The simulator crashes when trying to play audio.

13:22:14.211 App [2965:5603]  <0xb03e7000> Error '!obj' trying to fetch default input device's sample rate
13:22:14.211 App [2965:5603]  <0xb03e7000> Error getting audio input device sample rate: '!obj'
13:22:14.213 App [2965:5603]  <0xb03e7000> AQMEIOManager::FindIOUnit: error '!dev'

回答1:


Selecting "internal microphone" instead of "Soundbooth 3.0" in the sound system settings for input did the trick.

Conclusion: The simulator does not seem to like anything other than the internal microphone.




回答2:


My mac mini don't have an internal microphone,the Setting->sound->input list is empty. It worked when I insert an external one .




回答3:


iDeveloper's answer fixed this crash for me as well, although in my case the sound system setting had its input set to my digidesign card. The point is, this crash happens when the System Preferences "Sound" setting for input is set to something other than internal mic.



来源:https://stackoverflow.com/questions/12603743/simulator-crashes-on-aqmeiomanager

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!