質問編集履歴

4

2016/11/16 10:03

投稿

YoshiakiDomoto
YoshiakiDomoto

スコア10

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  xcrun: error: missing DEVELOPER_DIR path: ”/Applications/Xcode.app/Contents/Developer/”
54
54
 
55
- ## Warning: can't find tool named 'otool' in iOS SDK, falling back to searching the Mac OS X SDK
55
+ Warning: can't find tool named 'otool' in iOS SDK, falling back to searching the Mac OS X SDK
56
56
 
57
57
  xcrun: error: missing DEVELOPER_DIR path: ”/Applications/Xcode.app/Contents/Developer/”
58
58
 

3

2016/11/16 10:03

投稿

YoshiakiDomoto
YoshiakiDomoto

スコア10

test CHANGED
File without changes
test CHANGED
@@ -35,10 +35,6 @@
35
35
  ②.dSYM、crashファイルが置いてあるフォルダにて以下のコマンドを実行
36
36
 
37
37
  /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash アプリ名.crash アプリ名.app.dSYM/ > debug.log
38
-
39
-
40
-
41
- /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash sfc.crash sfc.app.dSYM/ > debug.log
42
38
 
43
39
 
44
40
 

2

2016/11/16 10:01

投稿

YoshiakiDomoto
YoshiakiDomoto

スコア10

test CHANGED
File without changes
test CHANGED
@@ -54,9 +54,17 @@
54
54
 
55
55
  これを実行すると
56
56
 
57
- can't find tool named 'otool' in the macosx SDK or any fallback SDKs at /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash line 122.
57
+ xcrun: error: missing DEVELOPER_DIR path: /Applications/Xcode.app/Contents/Developer/
58
+
59
+ ## Warning: can't find tool named 'otool' in iOS SDK, falling back to searching the Mac OS X SDK
60
+
61
+ xcrun: error: missing DEVELOPER_DIR path: ”/Applications/Xcode.app/Contents/Developer/”
62
+
63
+ Error: can't find tool named 'otool' in the macosx SDK or any fallback SDKs at /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash line 122.
58
64
 
59
65
  とエラーになってしまいます。
66
+
67
+ シンボリックリンクの設定が誤っていると思ってはいますがなかなか解決できません。
60
68
 
61
69
 
62
70
 

1

2016/11/16 09:57

投稿

YoshiakiDomoto
YoshiakiDomoto

スコア10

test CHANGED
File without changes
test CHANGED
@@ -24,6 +24,42 @@
24
24
 
25
25
 
26
26
 
27
+ 実行した手順は下記の通りです。
28
+
29
+ ①symbolicatecrashの場所(Xcode8)
30
+
31
+ /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources
32
+
33
+
34
+
35
+ ②.dSYM、crashファイルが置いてあるフォルダにて以下のコマンドを実行
36
+
37
+ /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash アプリ名.crash アプリ名.app.dSYM/ > debug.log
38
+
39
+
40
+
41
+ /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash sfc.crash sfc.app.dSYM/ > debug.log
42
+
43
+
44
+
45
+ ③"DEVELOPER_DIR”の設定
46
+
47
+ Error: “DEVELOPER_DIR” is not defined at …とエラーが出たので
48
+
49
+ DEVELOPER_DIRまでのシンボリックリンクを作成(シンボリックリンクが何か理解していません・・・)
50
+
51
+ $ export DEVELOPER_DIR=”/Applications/Xcode.app/Contents/Developer/”
52
+
53
+
54
+
55
+ これを実行すると
56
+
57
+ can't find tool named 'otool' in the macosx SDK or any fallback SDKs at /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash line 122.
58
+
59
+ とエラーになってしまいます。
60
+
61
+
62
+
27
63
  ###補足情報(言語/FW/ツール等のバージョンなど)
28
64
 
29
65
  macOS Suerra