How can I filter out leaks caused by native iOS frameworks

Hi,

I was investigating memory leaks on my own app but I was unable to understand the root cause. What if these memory leaks were already present on the blank Xcode project?

I then created a blank single view project and runned the leaks tool in Instruments. This is the result.

Is this ok?

How am I supposed to find leaks caused by my code if there are plenty of leaks in a default single view project in xcode? Is there a way to filter these out to focus on leaks caused by my code?

Thank you for your time

John


p.s.
Nervermind. I just update to iOS 12.4 and the leaks are gone. I guess it was a bug on iOS 12.3.2.