-
스토리보드 지우기
-
Info.plist
- Application Scene Manifest > Scene Configuration > Application Session Role > Item 0
- storyboard Name 지우기
-
Target
- 검색창(왼쪽 인디케이터) main 검색
- INFOPLIST_KEY ~ 클릭
- 오른쪽 필터 검색창에 main 검색
- UIKit Main Storyboard File Base Name 제거
-
SceneDeleagte
func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { guard let windowScene = (scene as? UIWindowScene) else { return } window = UIWindow(frame: windowScene.coordinateSpace.bounds) window?.windowScene = windowScene window?.rootViewController = ViewController() window?.makeKeyAndVisible() }
- info.plist
- Privacy - Camera Usage Description
- 구현 참고 링크
- info.plist
- Supports opening documents in place 추가 Application supports iTunes file sharing 추가