"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

VuforiaNativeIosWrapper Error Urgent

Good afternoon, i am encountering a error that is not related to a Android release, or play (within unity) upon doing both of those there are no errors as soon as i go to export the project as a iOS build, i get the following two errors however, the bottom error has nothing printed in the log what so ever, please help!

 

#if ((UNITY_IPHONE || UNITY_IOS) && !UNITY_EDITOR)             VuforiaWrapper.SetImplementation(new VuforiaNativeIosWrapper()); #endif

 

Assets/Vuforia/Scripts/Internal/IOSUnityPlayer.cs(28,50): error CS0246: The type or namespace name `VuforiaNativeIosWrapper' could not be found. Are you missing an assembly reference?

Error building Player because scripts had compiler errors