Hi,
When writing SwiftUI code in fresh Xcode project with "Interface: SwiftUI" I can see really useful SwiftUI warnings like:
[SwiftUI] Publishing changes from within view updates is not allowed, this will cause undefined behavior.
but I'm also developing an application which was created with "interface: Storyboard" and I would like to enable those warnings too, how can I do it?
Thanks:)