Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.74 KB

README_EN.md

File metadata and controls

32 lines (24 loc) · 1.74 KB

Introduction

A small tool for automatically detecting the [controller memory leak, view memory leak] in the project, Just drag the files under the path of AMLeaksFinder into the project, the effect is as follows, please be sure to remove the framework when going online, If you are interested, you can talk together.

中文版🇨🇳

Principle analysis

Cocoapods

pod 'AMLeaksFinder', '2.2.8',  :configurations => ['Debug']
pod 'FBRetainCycleDetector', :git => 'https://github.com/facebook/FBRetainCycleDetector.git', :branch => 'main', :configurations => ['Debug']