コード上でてているエラーがこちらです。
<appDelegate.swiftの中のコード>
import UIKit
import Firebase
@main ※←Thread 1: "Could not find a storyboard named 'home' in bundle NSBundle </Users/atsushi/Library/Developer/CoreSimulator/Devices/EED4F5DF-4D85-40A7-BC2E-3C4FC62D2B3B/data/Containers/Bundle/Application/D6A37381-E1C8-4B1A-A554-8D7293470AE7/atsushiapp.app> (loaded)"
下のシュミレーターのところはこちらです↓
Exception NSException * "Could not find a storyboard named 'home' in bundle NSBundle </Users/atsushi/Library/Developer/CoreSimulator/Devices/EED4F5DF-4D85-40A7-BC2E-3C4FC62D2B3B/data/Containers/Bundle/Application/D6A37381-E1C8-4B1A-A554-8D7293470AE7/atsushiapp.app> (loaded)" 0x0000600001f56f10
name __NSCFConstantString * "NSInvalidArgumentException" 0x00000001c2af1b50
__NSCFString __NSCFString
NSMutableString NSMutableString
NSString NSString
reason __NSCFString * "Could not find a storyboard named 'home' in bundle NSBundle </Users/atsushi/Library/Developer/CoreSimulator/Devices/EED4F5DF-4D85-40A7-BC2E-3C4FC62D2B3B/data/Containers/Bundle/Application/D6A37381-E1C8-4B1A-A554-8D7293470AE7/atsushiapp.app> (loaded)" 0x000000014cd0a8c0
NSMutableString NSMutableString
userInfo void * NULL 0x0000000000000000
reserved __NSDictionaryM * 2 key/value pairs 0x000060000113c6a0
[0] (null) "callStackReturnAddresses" : 32 elements
key __NSCFConstantString * "callStackReturnAddresses" 0x00000001c2af1bb0
value _NSCallStackArray * 32 elements 0x0000600001f56d30
[1] (null) "callStackSymbols" : 32 elements
self @thick atsushiapp.AppDelegate.Type atsushiapp.AppDelegate 0x000000010427dd60
宜しくお願いいたします。
あなたの回答
tips
プレビュー