You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered this (or very similar) issue as well. There are lots of _UIBarButtonItems who seem to have a strong reference to UITapGestureRecognizer. The key thing is that the issue appears even when not using the library. If I just add CombineCocoa as a dependency in Cocoapods, the leaks happen. If I remove the dependency from Cocoapods, the leaks are gone.
Describe the bug
We seems to be getting memory leaks with TapPublisher.
To Reproduce
Steps to reproduce the behavior:
Add a tapPublisher on a tapRecognizer
Expected behavior
No Memory Leaks
Screenshots
Device:
Additional context
None
The text was updated successfully, but these errors were encountered: