프로젝트를 생성 후 target version을 13.0밑으로 내리면 에러가 뜬다.
그럼 제거해보자.
1. Info.plist에서 Application Scene Manifest 제거
2. SceneDelegate.swift 제거, Move to Trash <<<
3. AppDelegate.swift에서 관련 함수 제거
4. AppDelegate.swift에 window 추가
var window: UIWindow?
'iOS > Etc' 카테고리의 다른 글
Xcode Provisioning Profiles 삭제 (0) | 2021.08.25 |
---|---|
맥북에 폰 연결이 끊어졌다를 반복할 때 (0) | 2021.07.15 |
SPM(Swift Package Manager)을 이용해보자. (0) | 2021.04.19 |
Carthage 설치하기 (0) | 2021.04.17 |
Git 저장소 만든 후 프로젝트 연결하기. (0) | 2021.04.09 |