Hi. I'm trying to build my Unity Project with EasyAR SDK for IOS. At first i had got black screen, but all targets was recognized. Then i had tryed the solution from FAQ with replacing AppController with EasyARAppController.mm but Xcode returns me an error:
Undefined symbols for architecture arm64:
"_MMTUnityRenderEvent", referenced from:
_ezarUnityRenderEventMerge in EasyARAppController.o
"_MMTUnitySetGraphicsDevice", referenced from:
_ezarUnitySetGraphicsDeviceMerge in EasyARAppController.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I also had included GameKit and some other frameworks in Unity EasyARAppController settings, but it didn't help.
Maybe you can help me to solve this issue, or direct me where to dig?
Great thanks.