Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Issues in AR App built in Unity using Vuforia SDK

I have created a small application in Unity using Vuforia SDK. It recognizes an image and projects a 3D model on the top of it. I am able to run the app in Unity Editor but getting an issue when I try to create an iOS project and run the app on device.

I am trying to run it on iPhone X (iOS version 11.3) and this is the error that I am getting when the app starts:

VideoBackgroundConfig with screen size of zero received, skipping config step

I searched the issue on net but the solutions that I got didn't work. I am using Vuforia version 7.0.47, Unity version 2017.3.1f1 Personal and XCode version 9.3 beta 4.

Could someone please provide some pointers?

like image 455
Kavita Kanwar Avatar asked Dec 19 '25 08:12

Kavita Kanwar


1 Answers

This video shows how to solve this issue. Basically it is a XCode 9.3 bug. You need to copy an old XCode iOS 11.3 framework folder to the XCode 9.3.

https://www.youtube.com/watch?v=3roMSonIG5c

like image 174
Guilherme Defreitas Avatar answered Dec 21 '25 23:12

Guilherme Defreitas