質問編集履歴

1

consoleの内容を追加しました

2019/09/06 06:43

投稿

tatsu757
tatsu757

スコア12

test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,78 @@
12
12
 
13
13
  Thread 1: signal SIGABRT
14
14
 
15
+
16
+
17
+ 2019-09-06 15:40:00.211028+0900 Swift5ToDoTatsuto[4202:229948] libMobileGestalt MobileGestalt.c:890: MGIsDeviceOneOfType is not supported on this platform.
18
+
19
+ 2019-09-06 15:40:00.364068+0900 Swift5ToDoTatsuto[4202:229948] *** Assertion failure in -[UITableView _dequeueReusableCellWithIdentifier:forIndexPath:usingPresentationValues:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKitCore_Sim/UIKit-3698.140/UITableView.m:8054
20
+
21
+ 2019-09-06 15:40:00.368430+0900 Swift5ToDoTatsuto[4202:229948] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unable to dequeue a cell with identifier ToDoItemCell - must register a nib or a class for the identifier or connect a prototype cell in a storyboard'
22
+
23
+ *** First throw call stack:
24
+
25
+ (
26
+
27
+ 0 CoreFoundation 0x00000001062bc8db __exceptionPreprocess + 331
28
+
29
+ 1 libobjc.A.dylib 0x00000001048d3ac5 objc_exception_throw + 48
30
+
31
+ 2 CoreFoundation 0x00000001062bc662 +[NSException raise:format:arguments:] + 98
32
+
33
+ 3 Foundation 0x000000010432176b -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 194
34
+
35
+ 4 UIKitCore 0x0000000108d7c4d2 -[UITableView _dequeueReusableCellWithIdentifier:forIndexPath:usingPresentationValues:] + 851
36
+
37
+ 5 UIKitCore 0x0000000108d7c14b -[UITableView dequeueReusableCellWithIdentifier:forIndexPath:] + 91
38
+
39
+ 6 Swift5ToDoTatsuto 0x0000000103fee3df $s17Swift5ToDoTatsuto22TodoListViewControllerC05tableG0_12cellForRowAtSo07UITableG4CellCSo0nG0C_10Foundation9IndexPathVtF + 303
40
+
41
+ 7 Swift5ToDoTatsuto 0x0000000103fee70b $s17Swift5ToDoTatsuto22TodoListViewControllerC05tableG0_12cellForRowAtSo07UITableG4CellCSo0nG0C_10Foundation9IndexPathVtFTo + 155
42
+
43
+ 8 UIKitCore 0x0000000108d96f60 -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:] + 764
44
+
45
+ 9 UIKitCore 0x0000000108d97499 -[UITableView _createPreparedCellForGlobalRow:willDisplay:] + 73
46
+
47
+ 10 UIKitCore 0x0000000108d5f654 -[UITableView _updateVisibleCellsNow:isRecursive:] + 2870
48
+
49
+ 11 UIKitCore 0x0000000108d7f76b -[UITableView layoutSubviews] + 165
50
+
51
+ 12 UIKitCore 0x0000000109039e69 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1417
52
+
53
+ 13 QuartzCore 0x000000010a5bcd22 -[CALayer layoutSublayers] + 173
54
+
55
+ 14 QuartzCore 0x000000010a5c19fc _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 396
56
+
57
+ 15 QuartzCore 0x000000010a5cdd58 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 72
58
+
59
+ 16 QuartzCore 0x000000010a53d24a _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 328
60
+
61
+ 17 QuartzCore 0x000000010a574606 _ZN2CA11Transaction6commitEv + 610
62
+
63
+ 18 UIKitCore 0x0000000108b742c3 __34-[UIApplication _firstCommitBlock]_block_invoke_2 + 128
64
+
65
+ 19 CoreFoundation 0x0000000106223cbc __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
66
+
67
+ 20 CoreFoundation 0x0000000106223480 __CFRunLoopDoBlocks + 336
68
+
69
+ 21 CoreFoundation 0x000000010621dd04 __CFRunLoopRun + 1252
70
+
71
+ 22 CoreFoundation 0x000000010621d4d2 CFRunLoopRunSpecific + 626
72
+
73
+ 23 GraphicsServices 0x000000010e3882fe GSEventRunModal + 65
74
+
75
+ 24 UIKitCore 0x0000000108b5afc2 UIApplicationMain + 140
76
+
77
+ 25 Swift5ToDoTatsuto 0x0000000103ff065b main + 75
78
+
79
+ 26 libdyld.dylib 0x00000001076c9541 start + 1
80
+
81
+ )
82
+
83
+ libc++abi.dylib: terminating with uncaught exception of type NSException
84
+
85
+ (lldb)
86
+
15
87
  ```
16
88
 
17
89