The problem occurs when attempting to build a Store package. After the APPX0703 error occurs all subsequent non-Debug builds result in the APPX0703 error.
Interesting. I haven’t seen this issue myself and I’m not sure how to reproduce it. Could you report a bug with repro project (both Unity and VS) and paste the case number here? Or provide detailed steps how to reproduce the bug?
I have the exact same issue. Anyone here find a solution yet? It’s easy to reproduce for me. Step 1: build with SDK Universal 10 (D3D or XAML, both cause it), Step 2: Switch to “Master” build type and attempt to Create App Packages. It chugs along for a while and then throws the error. No code associated with it, just a description “Manifest references file X.dll which is not part of the payload.” DLL is generated and in the correct folder. Very strange and frustrating.
I’m having this problem too. The solution linked says:
“To workaround this issue, add the below ItemGroup in your project file and regenerate the package.” and then has some code.
Can anyone tell me what that means? I have A LOT of experience programming, but I have no idea what adding an item group to a project file means or how one would go about doing it.
Thanks sstrong. I’m still not getting a successful build but I think it’s because my tile images are messed up. It looks like it’s getting past the dll step.