# AMLeaksFinder **Repository Path**: songbinbin123/AMLeaksFinder ## Basic Information - **Project Name**: AMLeaksFinder - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-09 - **Last Updated**: 2021-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

## 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. [δΈ­ζ–‡η‰ˆπŸ‡¨πŸ‡³](README.md) ## Principle analysis - [Principle analysis ](principle.md) ## Cocoapods ``` pod 'AMLeaksFinder', '2.1.4', :configurations => ['Debug'] ``` - If you want to view the reference chain of the controller, import: Facebook's [FBRetainCycleDetector] (https://github.com/facebook/FBRetainCycleDetector) framework. ``` pod 'FBRetainCycleDetector', :git => 'https://github.com/facebook/FBRetainCycleDetector.git', :branch => 'main', :configurations => ['Debug'] ```