- Home /
Error trying to build in Unity3D Cloud with Vuforia support (v8) and iOS
Im trying to build in iOS with vuforia support, but I get the next errors:
28: [Unity] -----CompilerOutput:-stdout--exitcode: 1--compilationhadfailure: True--outfile: Temp/VuforiaScripts.dll 29: [Unity] Assets/Vuforia/Scripts/DefaultModelRecoEventHandler.cs(18,60): error CS0246: The type or namespace name 'IObjectRecoEventHandler' could not be found (are you missing a using directive or an assembly reference?) 30: [Unity] Assets/Vuforia/Scripts/DefaultModelRecoEventHandler.cs(266,71): error CS0426: The type name 'ModelRecoSearchResult' does not exist in the type 'TargetFinder' 31: [Unity] Assets/Vuforia/Scripts/DefaultModelRecoEventHandler.cs(32,15): error CS0246: The type or namespace name 'ModelRecoBehaviour' could not be found (are you missing a using directive or an assembly reference?) 32: [Unity] Assets/Vuforia/Scripts/DefaultModelRecoEventHandler.cs(18,60): error CS0246: The type or namespace name 'IObjectRecoEventHandler' could not be found (are you missing a using directive or an assembly reference?) 33: [Unity] Assets/Vuforia/Scripts/DefaultModelRecoEventHandler.cs(266,71): error CS0426: The type name 'ModelRecoSearchResult' does not exist in the type 'TargetFinder' 34: [Unity] Assets/Vuforia/Scripts/DefaultModelRecoEventHandler.cs(32,15): error CS0246: The type or namespace name 'ModelRecoBehaviour' could not be found (are you missing a using directive or an assembly reference?)
Does anyone solve this issue? Thank you!
Answer by troywatt · Jan 11, 2019 at 03:57 PM
I had a similar issue and the fix for me was to install the latest version of Vuforia 8.0.10 as of Jan, 11, 2019.
Works for me. @$$anonymous$$atherinevera96 you can update by opening the Vuforia Configuration file, and you will find a download button there if you have an older version. See my screenshot. You can also try from Unity's menu: Help --> Vuforia Engine --> Check for updates.
Answer by Miguel_Antonio · Jan 14, 2019 at 09:50 PM
Me too, solved updating to Vuforia 8.0.10
To update Vuforia 1- open unity 2- open help menu 3- Vuforia engine 4- Check for updates 5- download the file then open it 6- when the setup requires ->browse unity setup folder 7- close unity then open it after the setup finishes
Answer by anoj117 · Apr 16, 2019 at 12:15 PM
I am also running into this same issue, though I have no option to update my current version of Vuforia from within the Vuforia Configuration Manager. Vuforia is on version 8.1.7 and Unity is on version 2018.3.0f2.
Your answer
