OSStatus status = AudioQueueStart(audioQueue, nil);
[NSError errorWithDomain:NSCocoaErrorDomain code:status userInfo:nil];//not really useful
returns an error (-66674). So I am curios what the errors means. But more I really want to know whether there is some better function on iOS which gives me a text for the error like:
NSString* errorText = SomeMagicErrorFunction( status );