- Home /
Multiple errors with vuforia namespace names while building with Unity Cloud Build
Hi there,
Pretty much everything is in the title. When i try to build my iOS app with Unity Cloud Build, i've got 30 errors of the same type :
"- [Unity] Assets/Vuforia/Scripts/...: error CS0246: The type or namespace name `[...]' could not be found. Are you missing a using directive or an assembly reference?"
Here is the compact log from Unity's Dashboard
I can't figure it out where is the problem. Everything is fine in my local project and i can build without errors.
Greetings !
Answer by Northmaen · Apr 08, 2016 at 12:53 PM
I finally fixed it. It was my general .gitignore, who is ignoring most of the libraries...
It is generally stored at : C:\Users[YOUR USER NAME]\Documents\gitignore_global.txt Just delete each entry you need to upload to your git repository.
Your answer
Follow this Question
Related Questions
"Terminated due to memory issue" but not memory issue 0 Answers
FPS Gun Script Definition error 1 Answer
The type or namespace "Target" could not be found? 1 Answer
UnityEditor.BuildPlayerWindow+BuildMethodException: 2 errors 0 Answers
an error occurred while trying to enable vuforia play mode 0 Answers