iOS library to help detecting retain cycles in runtime.
by facebookObjective-C++
4 of 6 standards met
Repository: facebook/FBRetainCycleDetector. Description: iOS library to help detecting retain cycles in runtime. Stars: 4240, Forks: 605. Primary language: Objective-C++. Languages: Objective-C++ (48.9%), Objective-C (37.1%), Swift (7.6%), C (4.8%), Ruby (0.9%). Latest release: 0.1.4 (8y ago). Open PRs: 6, open issues: 37. Last activity: 3mo ago. Community health: 75%. Top contributors: megCanicalKb, tditchek, twhitt14, rmaz, rs17b, amonshiz, arj-fb, youngd007, cuva, johnhaitas and others.
Last 12 weeks · 0 commits
FIX: "FBRetainCycleDetector/FBRetainCycleDetector-Swift.h file not found" in Xcode 16
I
Fix a bug preventing object references from being detected when the reference is from a property inherited from a parent class. Example: The logic here would receive a value for if the object's did not have a direct child for the associated . Note: I have tested this manually but the existing project is not in a buildable state in order to be able to write a test.