Closed AshVarApps closed 10 years ago
When moving source data or example into a different project app crashes every time song starts. It just throughs exception in following line:
OSStatus status = AudioConverterNew(&inputFormat, &_outputFormat, &_audioConverter);
when _createAudioConverter method is called.
Update 1: Only appears when streaming (with not local items).
The problem was not in code. Actually it was not an error, but an exception. If you disable Xcode Exception Breakpoint everything works fine.
When moving source data or example into a different project app crashes every time song starts. It just throughs exception in following line:
when _createAudioConverter method is called.
Update 1: Only appears when streaming (with not local items).