Post

Replies

Boosts

Views

Activity

Comment on error build: Cannot find 'NavigationStack' in scope
change it to .disableAutocorrection(true)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on error build: Cannot find 'NavigationStack' in scope
@available(iOS 16.0, *) struct ContentViewNSV: View { ... } The entire struct containing the NavigationStack is built with an annotation for IOS 16. It used to build just fine until XCODE RC.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on error build: Cannot find 'NavigationStack' in scope
I thought conditional #if handled versions. Will a special release be required for every OS?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22