- Sort Posts
- 4 replies
- Last post
Vuforia Initialization Error Screen Related Questions
March 3, 2018 - 9:24pm #4
Well, this isn't a solution but it's a workaround. Search for calls to "VuforiaRuntime_RegisterVuforiaInitErrorCallback" in XCode and comment out calls that aren't explicitly made by your code. Then you can handle the errors on your own. I'm guessing this is an issue arising from me sloppily porting over from the old Vuforia to the built in Vuforia, so probably an error on my part, for some reason it's impossible to remove the default vuforia DefaultInitializationErrorHandler.
So I created a new project and added an ARCamera. This imported Vuforia scripts. Then I copied the files from that new project replacing the ones in the old project. This worked.