Swift UI 탐색보기 탐색 모음제목 레이아웃 제약 조건 문제 이것은 최근에 출시된 XCode의 새로운 (12.3) 버전과 관련이 있을 수 있지만 저는 매우 간단한 Swift를 가지고 있습니다.UI 보기: import SwiftUI struct HomeView: View { var body: some View { NavigationView { Text("Text") .navigationBarTitle("My Title") } } } 콘솔에서 다음 경고가 표시됩니다. 2020-12-15 18:25:06.506062-0800 Shopmatic[46177:9585655] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at..