Development/iOS

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

Kyumpany 2020. 2. 16. 13:48

문제 해결 방법

 

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

@property (strong, nonatomic) UIWindow *window;