Hi,
I started developing an iOS app in Swift Playgrounds last year. Now I tried to add a NavigationStack
into one of my SwiftUI views. I get the error, that NavigationStack
is only available since iOS 16.
If I create a new app project it is possible to use iOS 16 related features.
Is there any way to upgrade existing apps to iOS 16? Like in Xcode (Deployment Target).