CodeBaseUI) Xcode 프로젝트 Main.storyBoard 삭제
1. Main.stroyBoard 삭제 2. info.plist 수정 info.plist StoryboardName 삭제 3. Project TARGETS 수정 Project TARGETS -> Build Settings -> Main 검색 -> UIKit MAin Storyboard File Base Name 삭제 4. SceneDelegate 수정 첫 화면 으로 띄울 뷰컨트롤러를 생성합니다. class SceneDelegate: UIResponder, UIWindowSceneDelegate { var window: UIWindow? func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: ..