You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We're unable to publish the app on the MS Store when providing an ARM64 build.
The Microsoft Store shows an error code 1201 shortly after starting the pre-certification process.
Potential fix
We got feedback that updating the Windows Community Toolkit from 7.0.2 > 7.1.0 + adding <Use64BitCompiler>true</Use64BitCompiler> to the project properties can help at solving the issue. We should try that.
Describe the bug
We're unable to publish the app on the MS Store when providing an ARM64 build.
The Microsoft Store shows an error code 1201 shortly after starting the pre-certification process.
Potential fix
We got feedback that updating the Windows Community Toolkit from 7.0.2 > 7.1.0 + adding
<Use64BitCompiler>true</Use64BitCompiler>
to the project properties can help at solving the issue. We should try that.Another potential fix
microsoft/microsoft-ui-xaml#5768 (comment)
The text was updated successfully, but these errors were encountered: