Error when uploading UWP app to Windows Store: Failed to merge PRI file \\Resources_split.scale-100.pri

你。 提交于 2019-12-01 22:24:05

One workaround I have found is to get rid of the ARM configuration.

So you build with just x86|x64 instead of x86|x64|ARM obviously this doesn't help if you need to build for ARM

But I think this is a bug in a recent update to MsBuild which you can see reported by other people here: https://developercommunity.visualstudio.com/content/problem/107928/get-merge-failure-for-shared-merged-pri-file-0x800.html?

I had almost this exact error happening to me. After digging though a month of previous commits I came across this in my csproj.

<GenerateLibraryLayout>true</GenerateLibraryLayout>

Wasn't sure when I turned that on but after I deleted that line, I repackaged my code and was able to upload my appxbundle to the windows store. Pretty frustrating how misleading the error was.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!