반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- SwiftUI
- Operators
- Creating Operators
- Xcode
- NavigationLink
- @Binding
- URL(string:)
- @EnvironmentObject
- nonisolated
- RFC1738/1808
- @Environment
- operator
- vim
- Operater
- NullObject
- ios14
- SWIFT
- Bug
- @State
- graphql
- nestjs
- dismiss
- IOS
- subject
- RxSwift
- init?
- init
- typeorm
- RxCocoa
- swift6
Archives
- Today
- Total
목록Info.plist (1)
Tunko Development Diary
xcode 14.2 - Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)") 해결방법
xcode를 14.2 버전으로 업데이트하고 SwiftUI로 프로젝트를 신규 생성하면 발생하는 오류 입니다. 시뮬레이터 실행시 나타나는 메시지 입니다. 해결방법 xcode 14.2 버전 부터 Info.plist 파일이 프로젝트에 생성되어있지 않고 포함되어있습니다. 즉, 프로젝트 폴더에 Info.plist를 찾을 수 없습니다 ㅎㅎ;; 이후 프로젝트 권한등 설정을 추가하면 Info.plist 파일이 프로젝트에 자동으로 추가됩니다. 아래 순서로 이동합니다. Project Target Info Custom macOS Application Target Properties 키 추가 [Application Scene Manifest] 여기서 해매실 수 있는데 리스트내용중 + 버튼을 누르면 하단에 추가 됩니다. Enab..
Development/SwiftUI
2023. 1. 20. 01:57