Same, but with the searchbar:
"Thread 1: "NSToolbar 0x6000001c74e0 already contains an item with the identifier com.apple.SwiftUI.search. Duplicate items of this type are not allowed.""
This started as soon as I updates to Xcode Version 16.0
The "offending" code:
NavigationSplitView {
...
}
.searchable(
text: $searchText,
placement: .automatic,
prompt: "Search..."
)
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: