LifetimeTracker: Not displaying
I set it up like below
#if DEBUG
LifetimeTracker.setup(onUpdate: LifetimeTrackerDashboardIntegration(visibility: .alwaysVisible, style: .bar).refreshUI)
#endif
and its not working
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (5 by maintainers)
Did you implement
LifetimeTrackable
at least once ? It doesn’t show if you don’t have any LifetimeTrackableTry pinning 1.8.0 instead of newest tag, since there seems to be some regression in 1.8.1
You are not leaking the object you are tracking (VC)