Hi, Why am I getting these leaks :
Malloc 512 Bytes | 1 | 0x10504b2b0 | 512 Bytes | iTunesCloud | -[ICCloudClientAvailabilityService canShowCloudVideo] |
Malloc 256 Bytes | 1 | 0x281a30600 | 256 Bytes | iTunesCloud | -[ICCloudClient listenerEndpointForService:error:] |
Malloc 64 Bytes | 1 | 0x283341a40 | 64 Bytes | Foundation | -[NSXPCConnection synchronousRemoteObjectProxyWithErrorHandler:] |
when i just call songs in ipod library :
MPMediaQuery *query = [MPMediaQuery songsQuery];
NSArray *songsMediaItems = [[NSArray alloc] initWithArray:[query items]];
I testing this on IOS 13.2 ,Iphone 8 Plus. The instrument "Leaks" shows that leaks are created in this method:MPMediaQuery *query = [MPMediaQuery songsQuery];