728x90
프로젝트의 Deployment Info - iPhone Orientation에 해당하는 앱 방향을 설정하고 싶을 때
plist에 아래 값을 추가
"UISupportedInterfaceOrientations": .array([
.string("UIInterfaceOrientationPortrait")
])
728x90
'Error Handling' 카테고리의 다른 글
Tuist Xcode Cloud에서 프로젝트 & 타겟 설정 (0) | 2025.06.12 |
---|---|
Tuist 화면 잘리는 문제 (0) | 2025.06.12 |
Tuist signing for app requires a development team (0) | 2025.06.12 |
Tuist Plist 설정하는 방법 (0) | 2025.06.12 |
Tuist Font & 이미지 미적용 문제 (0) | 2025.06.12 |