I am using Visual Studio and Xamarin Forms to create watchOS app. When I send already built app, using Organizer in XCode I got information:
"ITMS-90484: Invalid WatchKit Support - The WatchKitSupport2 folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. "
My ipa file contains Payload folder and WatchKitSupport2 with WK file inside. I have and rebuild solution. What should I do to fix it?
I am aware of this https://github.com/xamarin/xamarin-macios/issues/9618