The app delegate must implement the window property if it wants to use a main storyboard file.
오류의 경우
swift
AppDelegate Class 에 하기 값 추가가 필요합니다.
var window: UIWindow?
Objective-C
AppDelegate.h file 에 하기 값 추가가 필요합니다.
@property (strong, nonatomic) UIWindow *window;
'Mobile > iOS' 카테고리의 다른 글
[iOS] Javascript console.log 찍는 방법 (0) | 2019.01.12 |
---|---|
[iOS] Guideline 2.3.3 - Performance - Accurate Metadata (0) | 2019.01.12 |
[iOS] javascript click event 오류 (0) | 2019.01.11 |
[iOS] iTunse Connect 앱 미리보기 및 스크린샷 사이즈 (0) | 2019.01.11 |
[iOS] 프로그램 역할 및 App Store Connect 역할 (0) | 2019.01.08 |