質問編集履歴

2

クラッシュログの追加

2016/02/17 06:51

投稿

grandsn0w
grandsn0w

スコア14

test CHANGED
File without changes
test CHANGED
@@ -35,3 +35,83 @@
35
35
  ![イメージ説明](692e1602215de320578f5d9e37f0d62c.png)
36
36
 
37
37
  この画像が参考になればと思います・・・。
38
+
39
+
40
+
41
+ ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
42
+
43
+ 追記<2/17 15:49>
44
+
45
+ クラッシュログを追加しました。
46
+
47
+ ```
48
+
49
+ 2016-02-17 15:47:27.806 NaigationControllerTest3[10469:1571701] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Pushing a navigation controller is not supported'
50
+
51
+ *** First throw call stack:
52
+
53
+ (
54
+
55
+ 0 CoreFoundation 0x00000001067f4e65 __exceptionPreprocess + 165
56
+
57
+ 1 libobjc.A.dylib 0x000000010475fdeb objc_exception_throw + 48
58
+
59
+ 2 UIKit 0x0000000104da5f6d __71-[UINavigationController pushViewController:transition:forceImmediate:]_block_invoke + 0
60
+
61
+ 3 UIKit 0x0000000104da5299 -[UINavigationController pushViewController:animated:] + 848
62
+
63
+ 4 UIKit 0x00000001053725d8 __66-[UIStoryboardPushSegueTemplate newDefaultPerformHandlerForSegue:]_block_invoke + 1660
64
+
65
+ 5 UIKit 0x00000001052eff5c -[UIStoryboardSegueTemplate _performWithDestinationViewController:sender:] + 460
66
+
67
+ 6 UIKit 0x00000001052efd5f -[UIStoryboardSegueTemplate _perform:] + 82
68
+
69
+ 7 UIKit 0x00000001052f0023 -[UIStoryboardSegueTemplate perform:] + 156
70
+
71
+ 8 UIKit 0x0000000104bc8194 -[UIApplication sendAction:to:from:forEvent:] + 92
72
+
73
+ 9 UIKit 0x0000000104fc97b7 -[UIBarButtonItem(UIInternal) _sendAction:withEvent:] + 152
74
+
75
+ 10 UIKit 0x0000000104bc8194 -[UIApplication sendAction:to:from:forEvent:] + 92
76
+
77
+ 11 UIKit 0x0000000104d376fc -[UIControl sendAction:to:forEvent:] + 67
78
+
79
+ 12 UIKit 0x0000000104d379c8 -[UIControl _sendActionsForEvents:withEvent:] + 311
80
+
81
+ 13 UIKit 0x0000000104d37b43 -[UIControl _sendActionsForEvents:withEvent:] + 690
82
+
83
+ 14 UIKit 0x0000000104d36af8 -[UIControl touchesEnded:withEvent:] + 601
84
+
85
+ 15 UIKit 0x0000000104c3749b -[UIWindow _sendTouchesForEvent:] + 835
86
+
87
+ 16 UIKit 0x0000000104c381d0 -[UIWindow sendEvent:] + 865
88
+
89
+ 17 UIKit 0x0000000104be6b66 -[UIApplication sendEvent:] + 263
90
+
91
+ 18 UIKit 0x0000000104bc0d97 _UIApplicationHandleEventQueue + 6844
92
+
93
+ 19 CoreFoundation 0x0000000106720a31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
94
+
95
+ 20 CoreFoundation 0x000000010671695c __CFRunLoopDoSources0 + 556
96
+
97
+ 21 CoreFoundation 0x0000000106715e13 __CFRunLoopRun + 867
98
+
99
+ 22 CoreFoundation 0x0000000106715828 CFRunLoopRunSpecific + 488
100
+
101
+ 23 GraphicsServices 0x00000001084e1ad2 GSEventRunModal + 161
102
+
103
+ 24 UIKit 0x0000000104bc6610 UIApplicationMain + 171
104
+
105
+ 25 NaigationControllerTest3 0x000000010425ebff main + 111
106
+
107
+ 26 libdyld.dylib 0x000000010743c92d start + 1
108
+
109
+ 27 ??? 0x0000000000000001 0x0 + 1
110
+
111
+ )
112
+
113
+ libc++abi.dylib: terminating with uncaught exception of type NSException
114
+
115
+ (lldb)
116
+
117
+ ```

1

画像を追加しました。

2016/02/17 06:50

投稿

grandsn0w
grandsn0w

スコア14

test CHANGED
File without changes
test CHANGED
@@ -23,3 +23,15 @@
23
23
  かなり分かりにくい説明ではあると思いますが、ご教授いただけたら嬉しいです。
24
24
 
25
25
  ご不明な点があれば分かる限りお答えしますので遠慮なくご質問お願いします。
26
+
27
+
28
+
29
+ ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
30
+
31
+ 追記<2/17 3:07>
32
+
33
+ コメントがありましたので、階層の画像を添付します。
34
+
35
+ ![イメージ説明](692e1602215de320578f5d9e37f0d62c.png)
36
+
37
+ この画像が参考になればと思います・・・。