Пользовался данной рекомендацией для избежания черного экрана: https://www.easyar.com/doc_sdk/en/FAQ.html
Создал файл EasyARAppController.mm с: содержимым https://g.zjdyit.cn/wd/MyFirstArTrial/blob/cb4256c6864fa717a8709b049dcbfcab84589061/Assets/Plugins/iOS/EasyARAppController.mm
В настройках Enable Bitcode установил No
При компиляции Xcode выдает ошибку:
Undefined symbols for architecture armv7:
"_ezarUnitySetGraphicsDevice", referenced from:
-[EasyARAppController shouldAttachRenderDelegate] in EasyARAppController.o
"_ezarUnityRenderEvent", referenced from:
-[EasyARAppController shouldAttachRenderDelegate] in EasyARAppController.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
В чем может быть причина и как ее устранить?
(Спасибо)