Description
Describe the bug
When the package is being built to be deployed locally for debugging purposes, the following message comes up in the console:
Deploying C:\git-repos\BabylonReactNative\Apps\Playground\Playground\windows\x64\Debug\Playground\Playground.b...- Failed to deploy: ERROR: DEP0700: Registration of the app failed. [0x80073CF0] error 0x800701C0: Opening file from location: AppxManifest.xml failed with error: The path cannot be traversed because it contains an untrusted mount point.
This happens when trying to build/deploy the UWP version of the Playground app. It should be noted that this build does work on Windows 10 PCs but I haven't seen a version that works on a Windows 11 PC.
To Reproduce
Steps to reproduce the behavior:
- Update to latest BabylonReactNative commit
- Follow steps to build against UWP, as described in README.md
- Either run the
npm run windows
or open the .sln and build/deploy in Visual Studio (tested with 2019)
I suspect that there may be some trust or permissions issue that's preventing the UWP Playground app from building and deploying the package on Windows 11.