Exporting Video with Animations [Catalyst]

Hello, I have an issue with my Mac app built with Catalyst, where video is not exporting with the animations I have added to the layers. The same code works perfectly on iOS and iPadOS, just not on MacOS.

The animations are CABasicAnimations. If I remove them completely from the layers, the layers appear on the video correctly, they just don't animate.

Could there be some difference in the beginTime for CABasicAnimations that are used in exporting on the Mac? I have tried changing the begin times to start from AVCoreAnimationBeginTimeAtZero and I have also tried updating the begin times to start from CACurrentMediaTime().

Could there just be some issue with AVVideoCompositionCoreAnimationTool for Catalyst where animations are just ignored?

Any thoughts are welcome, thanks!
If it work on iOS but not Catalyst, that's worthy of a bug report via the feedback assistant. Please include a reproducible case, since it sound like the bug is triggered by your specific animation setup.
Exporting Video with Animations [Catalyst]
 
 
Q