본문 바로가기

Development/iOS

[iOS] The app delegate must implement the window property if it wants to use a main storyboard file.

문제 해결 방법

 

아래 코드를 AppDelegate.h에 정의해준다.

@property (strong, nonatomic) UIWindow *window;

 

'Development > iOS' 카테고리의 다른 글

[iOS] 숫자 (int)에 쉼표 (comma) 넣기  (0) 2020.02.17
[iOS] 앱 이름 변경  (0) 2020.02.16
[iOS] iOS 13에서 dark mode 미지원  (0) 2020.02.15