Search Issue Tracker
Fixed in 5.3.3
Votes
0
Found in
5.3.2f1
Issue ID
764632
Regression
No
[UWP] Visual Studio fails to generate package when using IL2CPP scripting backend with error "Task 'ExpandPriContent' failed."
Reproduction steps:
1. Open any project and build with IL2CPP
2. Open the generated solution and try to generate a package (Solution -> Store -> Create App Packages)
3. Fails with following output:
2>MakePRI : warning 0xdef00520: Invalid qualifier: DLL-RESOURCES
2>MakePRI : warning 0xdef00520: Invalid qualifier: DLL-RESOURCES
2>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AppxPackage\Microsoft.AppXPackage.Targets(1433,5): error APPX0002: Task 'ExpandPriContent' failed. Could not find file 'F:\Work\Metro\_BUILD\SetInput\build\obj\SetInput\Win32\Master\split.pri.xml'.
2>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AppxPackage\Microsoft.AppXPackage.Targets(1433,5): error APPX0002:
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Package: 0 succeeded, 1 failed ===========
Workaround: when generating AppX package, select "If needed" setting for "Generate AppX bundles", rather than "Always":
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment