I'm struggling to get to the bottom of an exception thrown as a result of a method call on a AVAudioRecorder instance. I have an Exception Breakpoint set up, but I'm unable to glean any useful information from the stack trace. The point at which the exception is thrown is during a call to:
[recorder prepareToRecord];
If I turn breakpoints off the application runs fine seemingly without any negative effects. The recorder functions normally. Just to be clear, the specifics of the situation are not so important. It is more a case of 'What should I be doing in a situation like this to solve the problem?' I can't see any way of learning any more about the problem with the tools at hand. Documentation on ACBaseCodec seems stale and doesn't shed any light on what might cause the exception to be thrown.
Stack trace from Debug Navigator:

Stack trace from individual thread:

Is there any way to know what has caused this exception?