quickstart-ios-swift icon indicating copy to clipboard operation
quickstart-ios-swift copied to clipboard

Memory leak when deepAR.createARView(withFrame:)

Open wammy67 opened this issue 3 months ago • 1 comments

Description:

I've encountered a memory leak issue when creating and creating instances of ARView provided by the DeepAR framework in my iPadOS application. This leak persists even after explicitly removing the view from its superview and setting the reference to nil.

Steps to Reproduce:

  • Initialize a new ARView instance using deepAR.createARView(withFrame:)
  • Add the view to a superview.

IMAGE 2024-03-17 20:28:54

Environment: DeepAR SDK version: 5.5.2 iPadOS version: 16.4.1 Device: iPad pro gen 3 Xcode version: 15.1

I appreciate your assistance in addressing this issue. Please let me know if you require any further information or clarification.

Stacktrace:

IMAGE 2024-03-17 20:29:17

wammy67 avatar Mar 17 '24 19:03 wammy67