Vuforia SDK Version: 5.0.1 -
Description with steps to reproduce:
Hi ,
I have all these errors in the unity console:
There are inconsistent line endings in the 'Assets/Vuforia/Editor/Scripts/ExtensionImport.cs' script. Some are Mac OS X (UNIX) and some are Windows.
This might lead to incorrect line numbers in stacktraces and compiler errors. Many text editors can fix this using Convert Line Endings menu commands.
Assets/Vuforia/Editor/Scripts/PostProcessBuildPlayer.cs(350,38): error CS0619: `UnityEditor.BuildTarget.iPhone' is obsolete: `Use iOS instead (UnityUpgradable).'
can you please help me?
-
Development OS (Mac OS X, Windows, Linux): Mac OS X -
Mobile OS and Version: Android 5 -
Mobile Device Manufacturer and Model name: Sony -
Do the Vuforia Sample Applications show the same behavior?:
This error message:
There are inconsistent line endings in the 'Assets/Vuforia/Editor/Scripts/ExtensionImport.cs' script. Some are Mac OS X (UNIX) and some are Windows.
it is just a warning, so you can safely ignore it.
Regarding this message:
Assets/Vuforia/Editor/Scripts/PostProcessBuildPlayer.cs(350,38): error CS0619: `UnityEditor.BuildTarget.iPhone' is obsolete: `Use iOS instead (UnityUpgradable).'
You can just replace "iPhone" with "iOS"; note that this error might be an indication that you're trying to use an old Vuforia version with a recent Unity 5.x version.
I would recommend upgrading to the latest Vuforia 5.5.9, if you plan to use Unity 5.2 or 5.3.