I have a SwiftUI-lifecycle Mac app that uses a standard NavigationSplitView. When it runs on macOS 26 Beta 3, I see invalid constraint messages in the debugger at launch and when I navigate around the app's UI:
Since this app is 100% SwiftUI, I'm not adding my own constraints. The invalid constraint is always the same. This has happened on every beta of macOS 26 and DOES NOT happen on macOS 14 or 15.
I've filed feedback reports with no answer. Has anyone else encountered this with the betas?
Topic:
UI Frameworks
SubTopic:
SwiftUI