i am trying to make some sense of an error code being returned when setting the scheduledFileID to an AUFilePlayer. Previously when developing for OSX i used
const char* GetMacOSStatusErrorString(OSStatus err);
const char* GetMacOSStatusCommentString(OSStatus err);
but they are declared in Carbon CarbonCore/Debugging.h so they are not available to me in iOS . Does anyone know of an equivalent way of doing this on iOS ?