Champion

Results 4 comments of Champion

+1 I've implemented LifetimeTrackable and setup lifetimeConfiguration and it still doesn't show up.

My Xcode version is 14.1 and I use pods 1.8.1 I have added the integration code in SceneDelegate: ```swift func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {...

I see. I tried to track the leaking objects like this ```swift class AClass: LifetimeTrackable { static var lifetimeConfiguration: LifetimeConfiguration { return LifetimeConfiguration(maxCount: 1, groupName: "AClass") } init() { trackLifetime()...

1.8.0 works fine Thanks~