iOS/Etc

SceneDelegate 제거하기.

곰돌이도한다. 2021. 4. 12. 14:37

프로젝트를 생성 후 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?