質問編集履歴

1

すみません、reson以下です

2018/09/15 14:21

投稿

sakku727
sakku727

スコア25

test CHANGED
File without changes
test CHANGED
@@ -19,6 +19,70 @@
19
19
  ```
20
20
 
21
21
  Thread 1: signal SIGABRT
22
+
23
+ ```
24
+
25
+ ```
26
+
27
+ reason: 'Receiver (<tennis_score.ViewController: 0x7fec99529570>) has no segue with identifier 'winner''
28
+
29
+ *** First throw call stack:
30
+
31
+ (
32
+
33
+ 0 CoreFoundation 0x000000010ff661e6 __exceptionPreprocess + 294
34
+
35
+ 1 libobjc.A.dylib 0x000000010f5fb031 objc_exception_throw + 48
36
+
37
+ 2 UIKit 0x00000001112a103c -[UIViewController shouldPerformSegueWithIdentifier:sender:] + 0
38
+
39
+ 3 tennis score 0x000000010ecd586d _T012tennis_score14ViewControllerC20performSegueToResultyyF + 157
40
+
41
+ 4 tennis score 0x000000010ecccb80 _T012tennis_score14ViewControllerC7player1yyF + 18480
42
+
43
+ 5 tennis score 0x000000010ecccbf4 _T012tennis_score14ViewControllerC7player1yyFTo + 36
44
+
45
+ 6 UIKit 0x00000001110fb3e8 -[UIApplication sendAction:to:from:forEvent:] + 83
46
+
47
+ 7 UIKit 0x00000001112767a4 -[UIControl sendAction:to:forEvent:] + 67
48
+
49
+ 8 UIKit 0x0000000111276ac1 -[UIControl _sendActionsForEvents:withEvent:] + 450
50
+
51
+ 9 UIKit 0x0000000111275a09 -[UIControl touchesEnded:withEvent:] + 580
52
+
53
+ 10 UIKit 0x00000001111700bf -[UIWindow _sendTouchesForEvent:] + 2729
54
+
55
+ 11 UIKit 0x00000001111717c1 -[UIWindow sendEvent:] + 4086
56
+
57
+ 12 UIKit 0x0000000111115310 -[UIApplication sendEvent:] + 352
58
+
59
+ 13 UIKit 0x0000000111a566af __dispatchPreprocessedEventFromEventQueue + 2796
60
+
61
+ 14 UIKit 0x0000000111a592c4 __handleEventQueueInternal + 5949
62
+
63
+ 15 CoreFoundation 0x000000010ff08bb1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
64
+
65
+ 16 CoreFoundation 0x000000010feed4af __CFRunLoopDoSources0 + 271
66
+
67
+ 17 CoreFoundation 0x000000010feeca6f __CFRunLoopRun + 1263
68
+
69
+ 18 CoreFoundation 0x000000010feec30b CFRunLoopRunSpecific + 635
70
+
71
+ 19 GraphicsServices 0x0000000115b2ca73 GSEventRunModal + 62
72
+
73
+ 20 UIKit 0x00000001110fa057 UIApplicationMain + 159
74
+
75
+ 21 tennis score 0x000000010ecdd477 main + 55
76
+
77
+ 22 libdyld.dylib 0x0000000114423955 start + 1
78
+
79
+ 23 ??? 0x0000000000000001 0x0 + 1
80
+
81
+ )
82
+
83
+ libc++abi.dylib: terminating with uncaught exception of type NSException
84
+
85
+ (lldb)
22
86
 
23
87
  ```
24
88