FBRetainCycleDetector icon indicating copy to clipboard operation
FBRetainCycleDetector copied to clipboard

iOS library to help detecting retain cycles in runtime.

Results 43 FBRetainCycleDetector issues
Sort by recently updated
recently updated
newest added

It's crash When i use Retain FBCycleDetector the creash dialog NSGetSizeAndAlignment(): unsupported type encoding spec 'b' at 'b1' in 'b1' [](url)

Inspired by: https://opensource.apple.com/source/objc4/objc4-756.2/runtime/objc-class.mm void _class_lookUpIvar()

CLA Signed

Fix VM errors caused by fishhook on iOS 15

CLA Signed

/Pods/FBRetainCycleDetector/FBRetainCycleDetector/Layout/Classes/FBClassStrongLayout.mm:202:21: cannot initialize a parameter of type 'id _Nonnull' with an rvalue of type 'Class' layoutCache[currentClass] = ivars;

This allows a user to switch between volume caches, which increases the speed of testing operations where one needs to reset the volume cache. Signed-off-by: Alex Couture-Beil __Originally posted by...