I have an application created in swift and a widget using WidgetKit extension in SwiftUI. Now I want to embed the widget extension into xamarin. I came across a microsoft document on how to embed WidgetKit support in Xamarin, the link is as: https://docs.microsoft.com/en-us/xamarin/ios/platform/ios14/#embedded-widgetkit-support\ . Now when I am trying to embed it as given in the document, I am facing an error as, "ditto" exited with code 1. (MSB6006). I have gone through some references but still unable to resolve it.
P.S. I have added the screenshots if it may help you.