質問編集履歴

2

console エラー追加

2018/10/31 02:00

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -16,6 +16,112 @@
16
16
 
17
17
  Thread 1: signal SIGABRT
18
18
 
19
+ #console error
20
+
21
+ 2018-10-31 02:53:52.064126+0100 myapp[15625:1315878] [LayoutConstraints] Unable to simultaneously satisfy constraints.
22
+
23
+ Probably at least one of the constraints in the following list is one you don't want.
24
+
25
+ Try this:
26
+
27
+ (1) look at each constraint and try to figure out which you don't expect;
28
+
29
+ (2) find the code that added the unwanted constraint or constraints and fix it.
30
+
31
+ (
32
+
33
+ "<NSLayoutConstraint:0x600000bf3d90 UILabel:0x7fc9f7d1ef20'Music List'.top >= UILayoutGuide:0x6000011810a0'TitleView(0x7fc9f7d11b50)'.top (active)>",
34
+
35
+ "<NSLayoutConstraint:0x600000bf3ca0 UILabel:0x7fc9f7d1ef20'Music List'.firstBaseline == UILayoutGuide:0x6000011810a0'TitleView(0x7fc9f7d11b50)'.top + 28 (active)>"
36
+
37
+ )
38
+
39
+
40
+
41
+ Will attempt to recover by breaking constraint
42
+
43
+ <NSLayoutConstraint:0x600000bf3d90 UILabel:0x7fc9f7d1ef20'Music List'.top >= UILayoutGuide:0x6000011810a0'TitleView(0x7fc9f7d11b50)'.top (active)>
44
+
45
+
46
+
47
+ Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
48
+
49
+ The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
50
+
51
+ 2
52
+
53
+ 2018-10-31 02:53:58.912895+0100 myapp[15625:1315878] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /Users/appleiii/Library/Developer/CoreSimulator/Devices/81E3701C-6E1D-4773-B905-5ACE8A21E5E1/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
54
+
55
+ 2018-10-31 02:53:58.913954+0100 myapp[15625:1315878] [MC] Reading from private effective user settings.
56
+
57
+ 1
58
+
59
+ 2
60
+
61
+ 2018-10-31 02:54:02.751505+0100 myapp[15625:1315878] -[NSTaggedPointerString myok:]: unrecognized selector sent to instance 0xc5238370774d43df
62
+
63
+ 2018-10-31 02:54:02.767196+0100 myapp[15625:1315878] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSTaggedPointerString myok:]: unrecognized selector sent to instance 0xc5238370774d43df'
64
+
65
+ *** First throw call stack:
66
+
67
+ (
68
+
69
+ 0 CoreFoundation 0x000000010655729b __exceptionPreprocess + 331
70
+
71
+ 1 libobjc.A.dylib 0x0000000105679735 objc_exception_throw + 48
72
+
73
+ 2 CoreFoundation 0x0000000106575fa4 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
74
+
75
+ 3 CoreFoundation 0x000000010655bfb6 ___forwarding___ + 1446
76
+
77
+ 4 CoreFoundation 0x000000010655de88 _CF_forwarding_prep_0 + 120
78
+
79
+ 5 UIKitCore 0x0000000110b667c3 -[UIApplication sendAction:to:from:forEvent:] + 83
80
+
81
+ 6 UIKitCore 0x0000000110bd5b58 __45-[_UIButtonBarTargetAction _invoke:forEvent:]_block_invoke + 154
82
+
83
+ 7 UIKitCore 0x0000000110bd5a91 -[_UIButtonBarTargetAction _invoke:forEvent:] + 152
84
+
85
+ 8 UIKitCore 0x0000000110b667c3 -[UIApplication sendAction:to:from:forEvent:] + 83
86
+
87
+ 9 UIKitCore 0x0000000110c9ee85 -[UIControl sendAction:to:forEvent:] + 67
88
+
89
+ 10 UIKitCore 0x0000000110c9f1a2 -[UIControl _sendActionsForEvents:withEvent:] + 450
90
+
91
+ 11 UIKitCore 0x0000000110c9e0e6 -[UIControl touchesEnded:withEvent:] + 583
92
+
93
+ 12 UIKitCore 0x0000000111379334 -[UIWindow _sendTouchesForEvent:] + 2729
94
+
95
+ 13 UIKitCore 0x000000011137aa30 -[UIWindow sendEvent:] + 4080
96
+
97
+ 14 UIKitCore 0x0000000110b80e10 -[UIApplication sendEvent:] + 352
98
+
99
+ 15 UIKitCore 0x0000000110ab90d0 __dispatchPreprocessedEventFromEventQueue + 3024
100
+
101
+ 16 UIKitCore 0x0000000110abbcf2 __handleEventQueueInternal + 5948
102
+
103
+ 17 CoreFoundation 0x00000001064bab31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
104
+
105
+ 18 CoreFoundation 0x00000001064ba3a3 __CFRunLoopDoSources0 + 243
106
+
107
+ 19 CoreFoundation 0x00000001064b4a4f __CFRunLoopRun + 1263
108
+
109
+ 20 CoreFoundation 0x00000001064b4221 CFRunLoopRunSpecific + 625
110
+
111
+ 21 GraphicsServices 0x000000010bf041dd GSEventRunModal + 62
112
+
113
+ 22 UIKitCore 0x0000000110b65115 UIApplicationMain + 140
114
+
115
+ 23 myapp 0x0000000104d350d7 main + 71
116
+
117
+ 24 libdyld.dylib 0x0000000108b34551 start + 1
118
+
119
+ )
120
+
121
+ libc++abi.dylib: terminating with uncaught exception of type NSException
122
+
123
+ (lldb)
124
+
19
125
  ```
20
126
 
21
127
 

1

ストーリーボード情報追加

2018/10/31 02:00

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -284,6 +284,12 @@
284
284
 
285
285
  ```
286
286
 
287
+ ストーリーボードのリファレンスアウトレット
288
+
289
+ ![イメージ説明](1151eaa6131f0ce25348da797ae95fa5.png)
290
+
291
+ ![イメージ説明](b7611f1802662ee7edde925e514b8c4f.png)
292
+
287
293
 
288
294
 
289
295
  ### 試したこと