Hello,
When i build a copy of my game to my phone, I get the error,
Error building Player: Exception: Failed to run serialization weaver with command line “Temp/StagingArea/Data/Managed\Assembly-CSharp-firstpass.dll” -pdb -verbose -unity-engine=Temp/StagingArea/Data/Managed/UnityEngine.dll “Temp/StagingArea/TempSerializationWeaver”.[Temp/StagingArea/Data/Managed\Assembly-CSharp-firstpass.dll]
Symbols will be read from Temp/StagingArea/Data/Managed/UnityEngine.pdb
System.InvalidOperationException: Operation is not valid due to the current state of the object.
at Mono.Cecil.ModuleDefinition.ProcessDebugHeader()
at Mono.Cecil.ModuleReader.CreateModuleFrom(Image image, ReaderParameters parameters)
at Mono.Cecil.ModuleDefinition.ReadModule(String fileName, ReaderParameters parameters)
at usw.Weaver.Weave()
at usw.Program.RunProgram(ConversionOptions options)
at usw.Program.Main(String args)
I have successfully built games on my phone before, but now it will not work for any project.
Any help would be great,
MileSplit