Hello everybody,I need help,
I am trying to create an App for the Hololens2, unity build is OK,but when use VS2019 to build it fails with the following log statements:
Build started
1> ---- build started: Project: il2cppoutproject, configuration: release arm------
1>‘���\C���ZL�j��’ �����ڲ����ⲿ���Ҳ���ǿ����еij���
1>���������ļ���
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\ Microsoft.MakeFile.Targets (46, 5) : error msb3073: command "D: / / unityproject / mr2018 / mr2018 / mr2018 / il2cppoutproject / il2cpp / build / IL2 cpp.exe " --libil2cpp-static --compile-cpp -architecture=ARMv7 -configuration=Release -platform=winrt -outputpath="D:\UnityProject\mr2018\mr2018\mr2018\build\bin\ARM\Release\ GameAssembly.dll " --data-folder=“D:\UnityProject\mr2018\mr2018\mr2018\build\bin\ARM\Release\” -cachedirectory=“D:\UnityProject\mr2018\mr2018\mr2018\build\obj\il2cppOutputProject\ARM\Release\” -generatedcppdir=“D:\UnityProject\mr2018\mr2018\mr2018\Il2CppOutputProject\Source” --additional-defines=WINDOWS_ UWP --additional-defines=UNITY_ UWP --additional-defines=UNITY_ WSA_ 10_ 0 --additional-defines=UNITY_ WSA --additional-defines=UNITY_ WINRT --additional-defines=PLATFORM_ WINRT -dotnetprofile=unityaot -verbose --relative-data-path=Data/il2cpp_ data --map-file-parser="D:\UnityProject\mr2018\mr2018\mr2018\Il2CppOutputProject\IL2CPP\MapFileParser\ MapFileParser.exe 'exited with code 1.
1> Finished building project ‘IL2’ CppOutputProject.vcxproj ”Operation for - failed.
2> ---- build started: Project: mr2018, configuration: release arm------
2> pch.cpp
2> App.cpp
2> Main.cpp
2> UnityGenerated.cpp
2>D:\UnityProject\mr2018\mr2018\mr2018\mr2018\ App.cpp (26,1): warning c4973: “windows:: UI:: viewmanagement:: iaapplicationview2:: suppresssystemoverlays:: set”: marked as obsolete
2>D:\UnityProject\mr2018\mr2018\mr2018\mr2018\ App.cpp (26,1): Message: “use the tryenterfullscreen method and isfullscreen mode property instead of suppresssystemoverlays. For more info, see MSDN.”
2> Link: fatal error lnk1181: unable to open the input file “D: unityproject / mr2018 / mr2018 / mr2018 / build / bin / arm / release”\ GameAssembly.lib ”
2> Finished building project ‘mr2018. Vcxproj’ - failed.
==========Generation: 0 succeeded, 2 failed, 0 latest, 0 skipped==========
==========Deployment: 0 succeeded, 0 failed, 0 skipped==========
I have no idea, I have trying with other computer,the problem show too.god.