swiftの入門書を学びとりあえずガチャアプリを作ろうとしています。
とりあえず「ガチャ」という名称でテンプレートを作りstorybordにlabelを一つだけ置いてシミュレータを動かしたのですが真っ黒な画面になったまま動かなくなってしまいます
有識者の方、回答よろしくお願いします。
発生している問題・エラーメッセージ
2019-10-03 20:19:04.070183+0900 ガチャ[22868:995801] [SceneConfiguration] Info.plist configuration "Default Configuration" for UIWindowSceneSessionRoleApplication contained UISceneDelegateClassName key, but could not load class with name "ガチャ.SceneDelegate". 2019-10-03 20:19:04.083856+0900 ガチャ[22868:995801] [SceneConfiguration] Info.plist configuration "(no name)" for UIWindowSceneSessionRoleApplication contained UISceneDelegateClassName key, but could not load class with name "ガチャ.SceneDelegate". 2019-10-03 20:19:04.092444+0900 ガチャ[22868:995801] [SceneConfiguration] Info.plist configuration "Default Configuration" for UIWindowSceneSessionRoleApplication contained UISceneDelegateClassName key, but could not load class with name "ガチャ.SceneDelegate". 2019-10-03 20:19:04.108355+0900 ガチャ[22868:995801] [Storyboard] Unknown class _TtC9ガチャ14ViewController in Interface Builder file. 2019-10-03 20:19:04.108934+0900 ガチャ[22868:995801] [WindowScene] There is no scene delegate set. A scene delegate class must be specified to use a main storyboard file. `` ### エラー文だけしか出ないのでわかりません ```viewController.swift(何もいじってないです) // // ViewController.swift // ガチャ // // Created by 長政輝 on 2019/10/03. // Copyright © 2019 長政輝. All rights reserved. // import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view. } } `` ### 試したこと とりあえずエラー文をコピーしてググったのですが全然情報がありませんでした。 一つだけ「これだ!」という海外の質問があったのですがまだ回答されてない上に13時間前の質問でした。 なのでおそらく最近あったXcodeのアップデートの影響だと思います。 そのサイトはここです [リンク内容](https://stackoverflow.com/questions/58209675/black-screen-when-i-run-my-ios-application) ### 補足情報(FW/ツールのバージョンなど) ![イメージ説明](fb634f0f3967d77a76432efecb8835a3.png)
回答1件
あなたの回答
tips
プレビュー