visionOS console warning: Trying to convert coordinates between views that are in different UIWindows

Hello,

I have an iOS app that is using SwiftUI but the gesture code is written using UIGestureRecognizer. When I run this app on visionOS using the "Designed for iPad" destination and try to use any of my gestures I see this warning in the console:

Trying to convert coordinates between views that are in different UIWindows, which isn't supported. Use convertPoint:fromCoordinateSpace: instead.

But I don't see any visible problems with the gestures.

I see this warning printed out after the gesture takes place but before any of our gesture methods get kicked off. So now I am wondering if this is something we need to deal with or some internal work that needs to happen in UIKit.

Does anyone have any thoughts on this?

visionOS console warning: Trying to convert coordinates between views that are in different UIWindows
 
 
Q