Search Unity

  1. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice
  2. Unity is excited to announce that we will be collaborating with TheXPlace for a summer game jam from June 13 - June 19. Learn more.
    Dismiss Notice
  3. Dismiss Notice

Question Tundra build failed - Failed because this command failed to write the following output files:

Discussion in 'Editor & General Support' started by Roae, May 22, 2024.

  1. Roae

    Roae

    Joined:
    Apr 3, 2013
    Posts:
    2
    I am encountering the following error during the build process. Even after granting permissions to the related files and directories, the error still occurs. I also tried deleting the Library folder and rebuilding, but the error persists. The strange thing is that when I run the command in the local environment, the DLL file is extracted without any issues. Can you help me with this error?

    Code (CSharp):
    1. [ 888/1213 0s] MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TestRunner.ref.dll_B14128DAEF8869A1.mvfrm
    2. ##### CommandLine
    3. "/Applications/Unity/Hub/Editor/2022.3.23f1/Unity.app/Contents/Tools/netcorerun/netcorerun" "/Applications/Unity/Hub/Editor/2022.3.23f1/Unity.app/Contents/Tools/ScriptUpdater/ApiUpdater.MovedFromExtractor.exe" "Library/Bee/artifacts/mvdfrm/UnityEngine.TestRunner.ref.dll_B14128DAEF8869A1.mvfrm" "Library/Bee/artifacts/iOS_CodeGen/UnityEngine.TestRunner.ref.dll"
    4. ##### Failed because this command failed to write the following output files:
    5. Library/Bee/artifacts/mvdfrm/UnityEngine.TestRunner.ref.dll_B14128DAEF8869A1.mvfrm
    6. [ 889/1213 0s] MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UI.ref.dll_5B3A44816E8D07E3.mvfrm
    7. ##### CommandLine
    8. "/Applications/Unity/Hub/Editor/2022.3.23f1/Unity.app/Contents/Tools/netcorerun/netcorerun" "/Applications/Unity/Hub/Editor/2022.3.23f1/Unity.app/Contents/Tools/ScriptUpdater/ApiUpdater.MovedFromExtractor.exe" "Library/Bee/artifacts/mvdfrm/UnityEngine.UI.ref.dll_5B3A44816E8D07E3.mvfrm" "Library/Bee/artifacts/iOS_CodeGen/UnityEngine.UI.ref.dll"
    9. ##### Failed because this command failed to write the following output files:
    10. Library/Bee/artifacts/mvdfrm/UnityEngine.UI.ref.dll_5B3A44816E8D07E3.mvfrm
    11. *** Tundra build failed (12.65 seconds), 24 items updated, 1213 evaluated
     
    Last edited: May 22, 2024