Error Domain=AVFoundationErrorDomain Code=-11814 “Cannot Record”
问题 It keeps on giving me the error: Error Domain=AVFoundationErrorDomain Code=-11814 "Cannot Record" I am not sure what the problem is? I am trying to record the sound right when the counter reaches 1 after a picture is taken. static int counter; //counter will always be zero it think unless it is assigned. if (counter == 0){ dispatch_async([self sessionQueue], ^{ // Update the orientation on the still image output video connection before capturing. [[[self stillImageOutput]