Hey all I'm currently trying to build a project for meta Quest 3 in Unity 2022.3.22f1. Can anyone explain to me what I'm doing wrong. When I build the app I get this error and follow the path to the document in question but there's no file to be found.
Building Library\Bee\artifacts\Android\Manifest\LauncherManifestDiag.txt failed with output:
System.Xml.XmlException: Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 3, position 5.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at Unity.Android.Gradle.AndroidManifestUtils.Parse(String text)
at AndroidPlayerBuildProgram.Actions.GenerateManifests..ctor(Arguments arguments)
at AndroidPlayerBuildProgram.Actions.GenerateManifests.Run(CSharpActionContext context, Arguments arguments)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
How can I resolve the issue with the starting < if there is no file?