반응형
에러 내용
The app delegate must implement the window property if it wants to use a main storyboard file
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
...
위와 같이 AppDelegate 파일 클래스 안쪽에 var window: UIWindow? 를 추가 해 준다.
'iOS' 카테고리의 다른 글
[Swift] Lazy 변수 (0) | 2021.12.15 |
---|---|
[Swift] Storyboard 없이 코드로 프로젝트 시작하기 (0) | 2021.12.11 |
[Swift] 화면전환 방법 - 코드 (0) | 2021.10.20 |
[Swift] 선택정렬 코드 (0) | 2021.10.19 |
[Swift] Back Button 코드 (0) | 2021.10.19 |