質問編集履歴

1

コンソールを追記致しました。

2019/01/24 09:00

投稿

tyaritta
tyaritta

スコア12

test CHANGED
File without changes
test CHANGED
@@ -33,6 +33,32 @@
33
33
  ```
34
34
 
35
35
  Thread 1: signal SIGABRT
36
+
37
+
38
+
39
+
40
+
41
+ アプリ立ち上げ時からのconsoleは下記です。
42
+
43
+
44
+
45
+ 2019-01-24 17:53:24.410338+0900 test3[62641:16194225] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
46
+
47
+ 2019-01-24 17:53:24.412006+0900 test3[62641:16194225] [MC] Reading from public effective user settings.
48
+
49
+ 2019-01-24 17:53:33.247386+0900 test3[62641:16194225] -[test3.SecondViewController collectionView:numberOfItemsInSection:]: unrecognized selector sent to instance 0x104d1b9a0
50
+
51
+ 2019-01-24 17:53:33.248254+0900 test3[62641:16194225] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[test3.SecondViewController collectionView:numberOfItemsInSection:]: unrecognized selector sent to instance 0x104d1b9a0'
52
+
53
+ *** First throw call stack:
54
+
55
+ (0x1cb5ebef8 0x1ca7b9a40 0x1cb503154 0x1f85665c0 0x1cb5f1810 0x1cb5f34bc 0x1f7e3dbb4 0x1f7e3fc18 0x1f7e498c4 0x1f7e4b82c 0x1f7e45680 0x1f7e3dea4 0x1f7e3e6e4 0x1f7e1256c 0x1f89dbf44 0x1cfbcda34 0x1cfbd29c4 0x1cfb319d4 0x1cfb602f4 0x1cfb6115c 0x1cb579b94 0x1cb574828 0x1cb574dc8 0x1cb5745b8 0x1cd7e8584 0x1f8538bc8 0x1025e5448 0x1cb034b94)
56
+
57
+ libc++abi.dylib: terminating with uncaught exception of type NSException
58
+
59
+
60
+
61
+
36
62
 
37
63
  ```
38
64