質問編集履歴

6

デバイス、OSのバージョン追加

2019/08/08 23:23

投稿

apathytaro
apathytaro

スコア9

test CHANGED
File without changes
test CHANGED
@@ -70,6 +70,10 @@
70
70
 
71
71
  Xcode 10.3
72
72
 
73
+ iPhone SE
74
+
75
+ iOS12.3
76
+
73
77
 
74
78
 
75
79
 

5

誤字

2019/08/08 23:22

投稿

apathytaro
apathytaro

スコア9

test CHANGED
File without changes
test CHANGED
@@ -74,4 +74,4 @@
74
74
 
75
75
 
76
76
 
77
- お手数ですがよろしくお願いします。
77
+ お手数ですがxcodeでクラッシュしない対処法があればよろしくお願いします。

4

ログを画像から文字列へ変更

2019/08/08 23:20

投稿

apathytaro
apathytaro

スコア9

test CHANGED
File without changes
test CHANGED
@@ -6,13 +6,61 @@
6
6
 
7
7
  ログの中にfatal error:string index is out of boundsという一文がありました。
8
8
 
9
+ >Application Specific Information:
10
+
9
- ![イメージ説明](30fe8219344f9de973b4dda7df5ea450.png)
11
+ Fatal error: String index is out of bounds
12
+
13
+
10
14
 
11
15
  またthreadでクラッシュしているものもありました。
12
16
 
13
- ![イメージ説明](b393a47cffb7f05c659e1dfccbbc183a.png)
14
17
 
18
+
19
+ >Thread 3 Crashed:: Dispatch queue: XCBUtil.Registry.queue
20
+
21
+ libswiftCore.dylib 0x00007fff583a9483 specialized _fatalErrorMessage(_:_:file:line:flags:) + 307
22
+
23
+ libswiftCore.dylib 0x00007fff583b1aaa specialized String.index(after:) + 234
24
+
25
+ libswiftCore.dylib 0x00007fff581b3929 String.index(after:) + 9
26
+
27
+ com.apple.dt.XCBCore 0x00000001017ce90a MacroEvaluationResultBuilder.appendContentsOfResultBuilder(_:) + 586
28
+
29
+ com.apple.dt.XCBCore 0x00000001017cd084 MacroEvaluationProgram.executeInContext(_:withResultBuilder:alwaysEvalAsString:) + 10132
30
+
31
+ com.apple.dt.XCBCore 0x0000000101608391 compute #1 () in MacroEvaluationScope.evaluate(_:lookup:) + 577
32
+
33
+ com.apple.dt.XCBCore 0x00000001016083f9 closure #1 in MacroEvaluationScope.evaluate(_:lookup:) + 9
34
+
35
+ com.apple.dt.XCBCore 0x00000001016bb1c9 partial apply for closure #1 in MacroEvaluationScope.evaluate(_:lookup:) +
36
+
37
+ (略)
38
+
39
+
40
+
15
- ![イメージ説明](8037d34417655c2f4f65238162262d89.png)
41
+ >Thread 3 crashed with X86 Thread State (64-bit):
42
+
43
+ rax: 0x000000000000520b rbx: 0x00007fc98eea2ec0 rcx: 0x0000000000000000 rdx: 0x0000000000000008
44
+
45
+ rdi: 0x0000000000000000 rsi: 0x0000000000000000 rbp: 0x000070000cd3baf0 rsp: 0x000070000cd3bab0
46
+
47
+ r8: 0x00007fc991300000 r9: 0x4444114581555280 r10: 0x0000000000000008 r11: 0x000000010215aa00
48
+
49
+ r12: 0x00000000000000b5 r13: 0x0000000000000002 r14: 0x00007fff584be7a5 r15: 0x30000000000000d8
50
+
51
+ rip: 0x00007fff583a9483 rfl: 0x0000000000010206 cr2: 0x000000013129e3d3
52
+
53
+
54
+
55
+ >Logical CPU: 2
56
+
57
+ Error Code: 0x00000000
58
+
59
+ Trap Number: 6
60
+
61
+
62
+
63
+
16
64
 
17
65
 
18
66
 

3

誤字

2019/08/08 23:19

投稿

apathytaro
apathytaro

スコア9

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- エラーメッセージの中にfatal error:string index is out of boundsという一文がありました。
7
+ ログの中にfatal error:string index is out of boundsという一文がありました。
8
8
 
9
9
  ![イメージ説明](30fe8219344f9de973b4dda7df5ea450.png)
10
10
 
@@ -24,4 +24,6 @@
24
24
 
25
25
 
26
26
 
27
+
28
+
27
29
  お手数ですがよろしくお願いします。

2

エラーメッセージの追加

2019/08/08 12:11

投稿

apathytaro
apathytaro

スコア9

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,18 @@
1
1
  UnityでArkit pluginを使用してデフォルトでキューブが置いてある状態でbuildし、XcodeでRunすると「XCBBuildServiceが予期せぬ理由で終了しました」とエラーメッセージが出て、実機で動かすことができません。
2
2
 
3
3
  このページを参考にしました。https://blog.gcrest.com/archives/600
4
+
5
+
6
+
7
+ エラーメッセージの中にfatal error:string index is out of boundsという一文がありました。
8
+
9
+ ![イメージ説明](30fe8219344f9de973b4dda7df5ea450.png)
10
+
11
+ またthreadでクラッシュしているものもありました。
12
+
13
+ ![イメージ説明](b393a47cffb7f05c659e1dfccbbc183a.png)
14
+
15
+ ![イメージ説明](8037d34417655c2f4f65238162262d89.png)
4
16
 
5
17
 
6
18
 

1

リンクの追加

2019/08/08 12:04

投稿

apathytaro
apathytaro

スコア9

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,6 @@
1
1
  UnityでArkit pluginを使用してデフォルトでキューブが置いてある状態でbuildし、XcodeでRunすると「XCBBuildServiceが予期せぬ理由で終了しました」とエラーメッセージが出て、実機で動かすことができません。
2
+
3
+ このページを参考にしました。https://blog.gcrest.com/archives/600
2
4
 
3
5
 
4
6