"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

Namespace errors on Mac

We are using Unity 2018.2.16f1 and everything is fine on Windows. When I share the project with a Mac computer, I've got the following errors. We have tried to restart and to rebuild libraries but no luck. I don't know how to proceed at this point.

 

Assets/Vuforia/Scripts/DefaultModelRecoEventHandler.cs(18,64): error CS0246: The type or namespace name `IObjectRecoEventHandler' could not be found. Are you missing an assembly reference?

Assets/Vuforia/Scripts/DefaultModelRecoEventHandler.cs(32,19): error CS0246: The type or namespace name `ModelRecoBehaviour' could not be found. Are you missing an assembly reference?

Assets/Vuforia/Scripts/DefaultModelRecoEventHandler.cs(266,75): error CS0426: The nested type `ModelRecoSearchResult' does not exist in the type `Vuforia.TargetFinder'

Hello,

This could represent a mismatch between the Engine SDK version and Vuforia Samples version, as Engine SDK APIs can change. Normally, these types of errors manifest itself in this way.