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
Describe the bug
We are using CleverTap-iOS-SDK pod in our iOS project. When running code analyzis (Product --> Analyze) Xcode detects several issues in the code. Most of them are not critical but there is one about a potential memory leak:
CTSwizzleManager.m:160:5 Potential leak of an object stored into 'appDelegate'
Screenshots
Environment (please complete the following information):
Xcode version: 15.4
CleverTap SDK Version: 6.2.1
Device: iPhone13 Pro Max
OS: 17.5.1
The text was updated successfully, but these errors were encountered:
Describe the bug
We are using CleverTap-iOS-SDK pod in our iOS project. When running code analyzis (Product --> Analyze) Xcode detects several issues in the code. Most of them are not critical but there is one about a potential memory leak:
CTSwizzleManager.m:160:5 Potential leak of an object stored into 'appDelegate'
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: