Is it just me or does running SwiftUI apps using Xcode 16 give so many warnings and errors in the console that it's impossible to debug everything? Even the simplest gestures such as a long press generate a warning. I'm starting to ignore them, which feels negligent. Any insights/tips?
Too many warnings in console SwiftUI Xcode 16.2
I suggest you use the Xcode features for filtering the log messages. Debug with structured logging is a video that will give you a nice tour. Once you're familiar with the filters available, you can use things like Library, Subsystem, or Category to begin to filter your logs down to the ones most relevant to your debugging needs.
— Ed Ford, DTS Engineer