TVML apps cause memory leaks

Hi all !

I have been working a while in this issue , first i started instrumenting our product trying to remove all dependency that can be causing retain memory until the app source only contains the AppDelegate and the TVApplicationController delegates implementation loading the TVML App and the Javascript context.

After that i just realise that any TVOS app using TVMLKit retain memory without cause and that eventually will provoque a CRASH exception because the device it will run outs memory.

I realise that by implementing a Hello World TVML App and doing MemoryLeaks instrument measurements and is imposible to know where is the source of this memory retentions when the app start.

** For the folks of Apple Developer Technical Support (DTS) : **

  1. Case ID : 3279774
  2. Apple Feedback link : https://feedbackassistant.apple.com/feedback/12540693

Anyone else seeing this issue? We have all our customers impacted by this problem