Same issue, For people who have weather kit working, in the dev portal under the Services tab: WeatherKit: Manage your weather kit usage I see a Coming soon greyed out box, ,is that the same for you?
Post
Replies
Boosts
Views
Activity
You need to move the showSheet property out of the view controller class and keep it as part of MySheetView otherwise you'll keep getting complaints.. The view needs to be responsible for showing and dismissing sheets not an external view controller.
For some reason I can't link to it but google Leo's Holy Swift website and there's an excellent post on exactly what you're looking for..
also wondering about this - did you find a solution?
I think you need to specify a destination view as well…
TermsView()
})
.subscriptionStorePolicyDestination(for: .privacyPolicy, destination: {
PrivacyView()
})
where TermsView() and PrivacyView() are views provided by you.