카테고리 없음

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

Kyumpany 2020. 3. 14. 19:31

Error message

더보기

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

 

Solution

  • Define a UIWindow in AppDelegate.h
@property (strong, nonatomic) UIWindow *window;