質問編集履歴
2
クラッシュログの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,4 +16,44 @@
|
|
16
16
|
追記<2/17 3:07>
|
17
17
|
コメントがありましたので、階層の画像を添付します。
|
18
18
|

|
19
|
-
この画像が参考になればと思います・・・。
|
19
|
+
この画像が参考になればと思います・・・。
|
20
|
+
|
21
|
+
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
|
22
|
+
追記<2/17 15:49>
|
23
|
+
クラッシュログを追加しました。
|
24
|
+
```
|
25
|
+
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'
|
26
|
+
*** First throw call stack:
|
27
|
+
(
|
28
|
+
0 CoreFoundation 0x00000001067f4e65 __exceptionPreprocess + 165
|
29
|
+
1 libobjc.A.dylib 0x000000010475fdeb objc_exception_throw + 48
|
30
|
+
2 UIKit 0x0000000104da5f6d __71-[UINavigationController pushViewController:transition:forceImmediate:]_block_invoke + 0
|
31
|
+
3 UIKit 0x0000000104da5299 -[UINavigationController pushViewController:animated:] + 848
|
32
|
+
4 UIKit 0x00000001053725d8 __66-[UIStoryboardPushSegueTemplate newDefaultPerformHandlerForSegue:]_block_invoke + 1660
|
33
|
+
5 UIKit 0x00000001052eff5c -[UIStoryboardSegueTemplate _performWithDestinationViewController:sender:] + 460
|
34
|
+
6 UIKit 0x00000001052efd5f -[UIStoryboardSegueTemplate _perform:] + 82
|
35
|
+
7 UIKit 0x00000001052f0023 -[UIStoryboardSegueTemplate perform:] + 156
|
36
|
+
8 UIKit 0x0000000104bc8194 -[UIApplication sendAction:to:from:forEvent:] + 92
|
37
|
+
9 UIKit 0x0000000104fc97b7 -[UIBarButtonItem(UIInternal) _sendAction:withEvent:] + 152
|
38
|
+
10 UIKit 0x0000000104bc8194 -[UIApplication sendAction:to:from:forEvent:] + 92
|
39
|
+
11 UIKit 0x0000000104d376fc -[UIControl sendAction:to:forEvent:] + 67
|
40
|
+
12 UIKit 0x0000000104d379c8 -[UIControl _sendActionsForEvents:withEvent:] + 311
|
41
|
+
13 UIKit 0x0000000104d37b43 -[UIControl _sendActionsForEvents:withEvent:] + 690
|
42
|
+
14 UIKit 0x0000000104d36af8 -[UIControl touchesEnded:withEvent:] + 601
|
43
|
+
15 UIKit 0x0000000104c3749b -[UIWindow _sendTouchesForEvent:] + 835
|
44
|
+
16 UIKit 0x0000000104c381d0 -[UIWindow sendEvent:] + 865
|
45
|
+
17 UIKit 0x0000000104be6b66 -[UIApplication sendEvent:] + 263
|
46
|
+
18 UIKit 0x0000000104bc0d97 _UIApplicationHandleEventQueue + 6844
|
47
|
+
19 CoreFoundation 0x0000000106720a31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
|
48
|
+
20 CoreFoundation 0x000000010671695c __CFRunLoopDoSources0 + 556
|
49
|
+
21 CoreFoundation 0x0000000106715e13 __CFRunLoopRun + 867
|
50
|
+
22 CoreFoundation 0x0000000106715828 CFRunLoopRunSpecific + 488
|
51
|
+
23 GraphicsServices 0x00000001084e1ad2 GSEventRunModal + 161
|
52
|
+
24 UIKit 0x0000000104bc6610 UIApplicationMain + 171
|
53
|
+
25 NaigationControllerTest3 0x000000010425ebff main + 111
|
54
|
+
26 libdyld.dylib 0x000000010743c92d start + 1
|
55
|
+
27 ??? 0x0000000000000001 0x0 + 1
|
56
|
+
)
|
57
|
+
libc++abi.dylib: terminating with uncaught exception of type NSException
|
58
|
+
(lldb)
|
59
|
+
```
|
1
画像を追加しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,4 +10,10 @@
|
|
10
10
|
また、この方法では無理ならば他にどのような代替案があるのでしょうか?
|
11
11
|
|
12
12
|
かなり分かりにくい説明ではあると思いますが、ご教授いただけたら嬉しいです。
|
13
|
-
ご不明な点があれば分かる限りお答えしますので遠慮なくご質問お願いします。
|
13
|
+
ご不明な点があれば分かる限りお答えしますので遠慮なくご質問お願いします。
|
14
|
+
|
15
|
+
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
|
16
|
+
追記<2/17 3:07>
|
17
|
+
コメントがありましたので、階層の画像を添付します。
|
18
|
+

|
19
|
+
この画像が参考になればと思います・・・。
|