使用

2017-11-06 11 views
0

私は私はXcodeのを使用してiOSの11.1に構築するとき、私は次のエラーを取得、トゥーンブームのハーモニーとユニティ(2017.2)を使用しています:使用

宣言されていない識別子 「UnityCurrentMTLCommandEncoder」

使用を事前に宣言されていない識別子の

使用は'UnityEndCurrentMTLCommandEncoder'

static int registerCallbacks() 
{ 
    HarmonySetGetMetalBundleFunc(&UnityGetMetalBundle); 
    HarmonySetGetMetalDeviceFunc(&UnityGetMetalDevice); 
    HarmonySetCurrentMTLCommandEncoderFunc(&UnityCurrentMTLCommandEncoder); // Error 
    HarmySetEndCurrentMTLCommandEncoder(&UnityCurrentEndMTLCommandEncoder); // Error 
    HarmonySetCurrentMTLCommandBufferFunc(&UnityCurrentMTLCommandBuffer); 
    HarmonySetGetMetalCommandQueueFunc(&UnityGetMetalCommandQueue); 
    return 0; 
} 

ありがとう!

答えて

0

多分あなたが使用しているフレームワークは、スウィフト4と互換性がありません。