Skip to main content

Temporary Files and Q&A

Last Updated Time: 10/11/2023

Overview

The various generated temporary files directory and some Q&A are introduced in this documentation.

Generated Temporary Files

The temporary files generated by one-click packaging are as shown below (generated in the cache directory of the project):

image-20230726171423531

NameDescription
intermediatesContain dumped resources and compiled DLLs.
logsContain all the log information during the one-click packaging process. If it fails, you can view the log information here.

intermediates Directory:

image-20230726171551422

NameDescription
cookedOther resources except dumped resources.
cookedResDumped resources.
libsCompiled project DLLs.

logs Directory:

image-20230726171529561

NameDescription
compiling.logCompile logs.
make_exe.logGenerate EXE logs.

Q&A

Q1: Why does the warning "[WARN]Please install Microsoft.VisualStudio.Component.VC.140" appear in the trace.log after clicking the one-click package?

A: Maybe because Visual Studio 2019 is configured in Visual Studio Version which is in Config -> Project Settings -> Platform Settings. But the 2019 version on the device is not equipped with the V140 toolset. So you can replace it with another Visual Studio version that is available on the current device. The specific Visual Studio version used for compilation can be viewed in cache\builder\logs\compiling.log in the project.

image-20230726172641375

Q2: Why does the "Failed to create publish!" window pop up after clicking the one-click package?

A: There are several situations:

  1. The Build Pipeline in the Packaging Settings is not configured or invalid, and so as the Server Build Pipeline for the Server.

    image-20231011102400963

  2. The path configuration in the Packaging Settings is incorrect, there is an empty path or the path is incorrect or even invalid.

    image-20231011102546938

  3. The Visual Studio Version configured in the Platform Settings is incorrect, please select a valid version.

    image-20231011103602528