AlvaroFranco / AFSoundManager

iOS audio playing (both local and streaming) and recording made easy
MIT License
807 stars 131 forks source link

Warning - AVAudioRecorder #67

Open alvincrisuy opened 7 years ago

alvincrisuy commented 7 years ago

AFSoundManager/Classes/AFSoundRecord.m Null passed to a callee that requires a non-null argument

_recorder = [[AVAudioRecorder alloc] initWithURL:[NSURL fileURLWithPath:filePath] settings:0 error:nil];

screen shot 2017-05-12 at 10 34 11 am