MSBuild error (code=1)
See original GitHub issueI’m attempting to deploy my app from Unity to HL and getting this error with no explanation:
MSBuild error (code = 1) UnityEngine.Debug:LogError(Object) HoloToolkit.Unity.BuildDeployTools:BuildAppxFromSLN(String, String, Boolean, String, String, Boolean, Boolean) (at Assets/HoloToolkit/Build/Editor/BuildDeployTools.cs:253) HoloToolkit.Unity.BuildDeployWindow:BuildAll(Boolean) (at Assets/HoloToolkit/Build/Editor/BuildDeployWindow.cs:650) HoloToolkit.Unity.<OnGUI>c__AnonStorey0:<>m__0() (at Assets/HoloToolkit/Build/Editor/BuildDeployWindow.cs:181) UnityEditor.EditorApplication:Internal_CallDelayFunctions()
Any thoughts? I just updated to the toolkit release for Unity 2017.1.1f1 because I thought it was supposed to fix MSBuild issues.
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
MSBuild exited with code 1 error
According to the error log " code 1 error ", it specify that this command is incorrect. And I have checked this command,...
Read more >[error]Process 'msbuild.exe' exited with code '1'
I am deploying the BizTalk project to Azure DevOps for CI/CD. In Azure DevOps, I created a new Agent called "Test pool". when...
Read more >NPM fails on msbuild.exe with exit code 1 #119
NET\Framework\v4.0.30319\msb uild.exe` failed with exit code: 1 gyp ERR! rebuild error at ChildProcess.onExit (C:\Program Files (x86)\nodejs ...
Read more >Fix Node MSBuild Exit code 1 | Workaround guide - YouTube
Want to install something using npm, but can't because of an annoying MSBuild error code ? Well, this video has a permanent solution...
Read more >VS 2022 "The msbuild command returned exit code 1" error
NCrunch was unable to resolve dependency data for its own assemblies under your chosen framework. It is possible that the version of NCrunch...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Unless you can get reproducible steps for the error coming from something in the toolkit, I’d leave this closed.
The activation request is because your certificate is either expired or needs to be updated via player settings.
Thanks, that allowed me to build successfully in Unity. It seems like my VS17 install was missing part of the Windows 10 SDK that it didn’t notify me about earlier. I’ll complete the install and report back if that fixes my issues.