AUIOClient_StartIO failed

 ERROR:   [0x16e93f000] 1233: AUIOClient_StartIO failed (-66637)code

 ERROR:    [AURemoteIO::IOThread] >aurioc> 1503: AURemoteIO@0x15d1d8440: IOThread exiting with error 0x10004006it

 ERROR:    [0x16e93f000] 1233: AUIOClient_StartIO failed (-66637)io


解決:class

    NSError *error;
    [[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayAndRecord error:&error];
    if (error) {
        NSLog(@"%@",error);
    }
相關文章
相關標籤/搜索