Search Issue Tracker
Fixed in 5.3.5
Votes
1
Found in
5.3.2p2
Issue ID
774295
Regression
No
[UWP] IL2CPP build incorrectly sets Output Directory and Intermediate Directory paths
When trying to publish a build or generate the App Package with enabled option "Generate app bundle" for a UWP build, the following error shows up:
Error:
_ExpandMainPriFile:
C:\Program Files (x86)\Windows Kits\10\bin\x64\MakePri.exe Dump -IndexFile C:\USER\temp_builds\cubetest_3\Win10UniCubeTest\\..\build\obj\Win10UniCubeTest\ARM\Release\split.pri -OutputFile C:\USER\temp_builds\cubetest_
3\Win10UniCubeTest\\..\build\obj\Win10UniCubeTest\ARM\Release\split.pri.xml -Verbose -Overwrite
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AppxPackage\Microsoft.AppXPackage.Targets(1433,5): error APPX0002: Task 'ExpandPriContent' failed. Could not find a part of the path 'C:\USER\temp_builds\cubetes
t_3\Win10UniCubeTest\build\obj\Win10UniCubeTest\ARM\Release\split.pri.xml'.\r [C:\USER\temp_builds\cubetest_3\Win10UniCubeTest\Win10UniCubeTest.vcxproj]
Reproducible with 5.3.3, 5.4.0 versions.
Repro steps:
1. Build an empty project with the following settings
Platform: Windows Store
SDK: Universal 10
UWP Build Type: D3D or XAML
Scripting Backend: IL2CPP
2. Open generated project and create app package "Project->Store->Create App Packages".
Set "Generate app bundle" option to "Always", select any platform (ARM, x86 or x64), solution platform "Release" or "Master" and press create.
3. Error appears in the error list.
---
Workaround:
To fix this change the solution settings for
Output Directory and Intermediate Directory (Configuration Properties -> General -> Output Directory and Intermediate Directory.) from:
$(ProjectDir)\..\build... to
$(SolutionDir)build\bin\$(Platform)\$(Configuration)\
$(SolutionDir)build\obj\$(TargetName)\$(Platform)\$(Configuration)\
Note no slash after build. The TargetName is hardcoded as well for no reason.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment