AVAudioRecorder throws errors

后端 未结 7 752

I use AVAudioRecorder to record, it worked fine on iOS 4 devices, but yesterday we found out recording is broken on iOS5. Using the iPhone 5 simulator I got fol

7条回答
  •  北荒
    北荒 (楼主)
    2020-12-04 23:35

    This error is just console noise from a System framework, you should ignore it, it doesn't affect you. If your app is crashing or failing to record the real reason is elsewhere.

    AVAudioRecorder works just fine on iOS 5, even if it does throw (and catch) Exceptions during normal operations which make debugging harder.

提交回复
热议问题