Hunting iOS Memory Leaks: S1E1
Welcome to the first edition of Hunting Memory Leaks.
Another wild week, mostly battling with XCTestLeaks, the tool I'
Discovering iOS Memory Leaks IV: Detecting via Unit Tests
Using unit tests and macOS leaks tool to catch real iOS memory leaks.
Discovering iOS memory leaks III: Automating with Github Action
Automating Leak Detection with Github Action
Discovering iOS memory leaks: A case study with Firefox app
Discover how to efficiently detect and manage memory leaks in iOS apps using the leaks command line tool with example