質問編集履歴
1
Xcode自動生成のヘッダーファイルコードを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,7 +17,10 @@
|
|
17
17
|
|
18
18
|
###調べたこと
|
19
19
|
- XcodeのBuild Settings -> Objective-C Generated Interface Header Name
|
20
|
-
に入れる
|
20
|
+
に入れるProjectName-Swift.h(Xcodeで自動生成)には画像のエラーが表示されます。
|
21
|
-

|
22
22
|
- ARSessionDelegateで右クリック->Jump to Definitionでprotocolの定義に飛ぶ事はできてます
|
23
|
-
- ARSessionDelegateではなくMetalKitをimportしてMTKViewDelegateを追加しても同様のビルドエラーが発生します。
|
23
|
+
- ARSessionDelegateではなくMetalKitをimportしてMTKViewDelegateを追加しても同様のビルドエラーが発生します。
|
24
|
+
|
25
|
+
###その他
|
26
|
+
Xcode自動生成のヘッダーファイルコードを[github](https://github.com/TproJapan/GetDepthSample/blob/master/GetDepthSample-Swift.h)に置きました。
|