에러 메세지
더보기
The app delegate must implement the window property if it wants to use a main storyboard file.
해결 방안
- AppDelegate.h에 UIWindow 정의
@property (strong, nonatomic) UIWindow *window;
에러 메세지
The app delegate must implement the window property if it wants to use a main storyboard file.
해결 방안
@property (strong, nonatomic) UIWindow *window;