"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

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!

Hello,

This looks to be a mismatch between the samples you're working with, and the Vuforia Engine SDK version.

I suggest you re-download the Vuforia Engine samples from the Unity Asset Store.

Thanks,

Vuforia Engine Support