OSStatus error 1718449215

前端 未结 8 1242
陌清茗
陌清茗 2020-12-08 19:25

I have created an iPhone application to record our voice. When I try to record, I am getting error message in following statement.


recorder = [[ AVAudioReco         


        
8条回答
  •  悲&欢浪女
    2020-12-08 19:30

    OSStatus error codes are pain, they are often too general to help. Did you try to decode the four-char error code? Sometimes that helps (other times you just get garbage). Create and show us a minimal code example that exhibits the problem. In this case I bet that the four-char code is fmt?. Google for the numeric code and you should be wiser.

提交回复
热议问题