-
[Application] The app delegate must implement the window property if it wants to use a main storyboard file 아웃풋 문제Xcode의 온도 2021. 6. 30. 22:47
"[Application] The app delegate must implement the window property if it wants to use a main storyboard file" 문구가 뜨면서 아이폰 6s+ 기기에서 Build가 되지 않고 검은색 화면만 보여 다시 구글링을 해야만 했다..
이 문제의 원인과 해결방법은 Xcode 버전과 iOS 버전의 차이로 사진 아래의 Output을 보면 메인 스토리 보드를 사용하려면 App Delegate가 윈도우 속성을 구현해야 한다고 적혀있다.
아래의 코드를 AppDelegate 첫번째 class 밑에 적어주면 해결된다.
var window: UIWindow?
'Xcode의 온도' 카테고리의 다른 글