teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

console エラー追加

2018/10/31 02:00

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -7,6 +7,59 @@
7
7
 
8
8
  ```
9
9
  Thread 1: signal SIGABRT
10
+ #console error
11
+ 2018-10-31 02:53:52.064126+0100 myapp[15625:1315878] [LayoutConstraints] Unable to simultaneously satisfy constraints.
12
+ Probably at least one of the constraints in the following list is one you don't want.
13
+ Try this:
14
+ (1) look at each constraint and try to figure out which you don't expect;
15
+ (2) find the code that added the unwanted constraint or constraints and fix it.
16
+ (
17
+ "<NSLayoutConstraint:0x600000bf3d90 UILabel:0x7fc9f7d1ef20'Music List'.top >= UILayoutGuide:0x6000011810a0'TitleView(0x7fc9f7d11b50)'.top (active)>",
18
+ "<NSLayoutConstraint:0x600000bf3ca0 UILabel:0x7fc9f7d1ef20'Music List'.firstBaseline == UILayoutGuide:0x6000011810a0'TitleView(0x7fc9f7d11b50)'.top + 28 (active)>"
19
+ )
20
+
21
+ Will attempt to recover by breaking constraint
22
+ <NSLayoutConstraint:0x600000bf3d90 UILabel:0x7fc9f7d1ef20'Music List'.top >= UILayoutGuide:0x6000011810a0'TitleView(0x7fc9f7d11b50)'.top (active)>
23
+
24
+ Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
25
+ The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
26
+ 2
27
+ 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
28
+ 2018-10-31 02:53:58.913954+0100 myapp[15625:1315878] [MC] Reading from private effective user settings.
29
+ 1
30
+ 2
31
+ 2018-10-31 02:54:02.751505+0100 myapp[15625:1315878] -[NSTaggedPointerString myok:]: unrecognized selector sent to instance 0xc5238370774d43df
32
+ 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'
33
+ *** First throw call stack:
34
+ (
35
+ 0 CoreFoundation 0x000000010655729b __exceptionPreprocess + 331
36
+ 1 libobjc.A.dylib 0x0000000105679735 objc_exception_throw + 48
37
+ 2 CoreFoundation 0x0000000106575fa4 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
38
+ 3 CoreFoundation 0x000000010655bfb6 ___forwarding___ + 1446
39
+ 4 CoreFoundation 0x000000010655de88 _CF_forwarding_prep_0 + 120
40
+ 5 UIKitCore 0x0000000110b667c3 -[UIApplication sendAction:to:from:forEvent:] + 83
41
+ 6 UIKitCore 0x0000000110bd5b58 __45-[_UIButtonBarTargetAction _invoke:forEvent:]_block_invoke + 154
42
+ 7 UIKitCore 0x0000000110bd5a91 -[_UIButtonBarTargetAction _invoke:forEvent:] + 152
43
+ 8 UIKitCore 0x0000000110b667c3 -[UIApplication sendAction:to:from:forEvent:] + 83
44
+ 9 UIKitCore 0x0000000110c9ee85 -[UIControl sendAction:to:forEvent:] + 67
45
+ 10 UIKitCore 0x0000000110c9f1a2 -[UIControl _sendActionsForEvents:withEvent:] + 450
46
+ 11 UIKitCore 0x0000000110c9e0e6 -[UIControl touchesEnded:withEvent:] + 583
47
+ 12 UIKitCore 0x0000000111379334 -[UIWindow _sendTouchesForEvent:] + 2729
48
+ 13 UIKitCore 0x000000011137aa30 -[UIWindow sendEvent:] + 4080
49
+ 14 UIKitCore 0x0000000110b80e10 -[UIApplication sendEvent:] + 352
50
+ 15 UIKitCore 0x0000000110ab90d0 __dispatchPreprocessedEventFromEventQueue + 3024
51
+ 16 UIKitCore 0x0000000110abbcf2 __handleEventQueueInternal + 5948
52
+ 17 CoreFoundation 0x00000001064bab31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
53
+ 18 CoreFoundation 0x00000001064ba3a3 __CFRunLoopDoSources0 + 243
54
+ 19 CoreFoundation 0x00000001064b4a4f __CFRunLoopRun + 1263
55
+ 20 CoreFoundation 0x00000001064b4221 CFRunLoopRunSpecific + 625
56
+ 21 GraphicsServices 0x000000010bf041dd GSEventRunModal + 62
57
+ 22 UIKitCore 0x0000000110b65115 UIApplicationMain + 140
58
+ 23 myapp 0x0000000104d350d7 main + 71
59
+ 24 libdyld.dylib 0x0000000108b34551 start + 1
60
+ )
61
+ libc++abi.dylib: terminating with uncaught exception of type NSException
62
+ (lldb)
10
63
  ```
11
64
 
12
65
  ### 該当のソースコード

1

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

2018/10/31 02:00

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -141,6 +141,9 @@
141
141
  }
142
142
  }
143
143
  ```
144
+ ストーリーボードのリファレンスアウトレット
145
+ ![イメージ説明](1151eaa6131f0ce25348da797ae95fa5.png)
146
+ ![イメージ説明](b7611f1802662ee7edde925e514b8c4f.png)
144
147
 
145
148
  ### 試したこと
146
149