Home > Net >  How do I avoid the resources.pri error when creating the package for the PSI HoloLensCaptureApp via
How do I avoid the resources.pri error when creating the package for the PSI HoloLensCaptureApp via

Time:05-04

Microsoft has a framework for multimodal AI called Package generation error

There is in fact a resource in the package manifest of the capture app.

How do I get the package to be correctly generated?

CodePudding user response:

A simple fix to this issue is as follows: in the package creation wizard, on the "select and configure packages" stage, change the "generate app bundle" option from "Always" to "If needed" or "Never".

This should solve the issue. Note however that this also means that you must specify the three dependencies manually as framework packages when uploading the app package to the HoloLens via the device portal.

  • Related