Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
XCTestCase クラスのストーリーボードからビューコントローラーをインスタンス化しようとしたときに、アプリケーションがクラッシュしました。
Bundle.mainバンドルの使用をインスタンス化するときに使用する代わりに
Bundle.main
let bundle = Bundle(for: type(of: self)) let storyBoard = UIStoryboard(name: "Main", bundle: bundle)