Запутался, почему эта строка кода вызывает утечку памяти:
NSPropertyListFormat format;
NSMutableDictionary *d = [NSPropertyListSerialization propertyListWithData:rawCourseArray options:NSPropertyListMutableContainers format:&format error:NULL];
Любые предложения по исправлению приветствуются!
С уважением, B