uwp - Visual Studio 2017 and Windows 10 SDK 10.0.15063 _scale-100.appx not found -


i updated windows 10 sdk 10.0.15063 , running problem creating app packages windows store. seems complete x86 , x64 portion, fails arm portion:

error: file 'c:\somepath\bin\arm\release\app_1.1.218.0_scale-100.appx' not found.

using visual studio 2017 community.

not sure begin on how fix this. thoughts?

i copied temporary workaround link carlo mendoza provided:

  1. download , extract storepackageworkaround.zip location.
  2. close instances of visual studio.
  3. open developer command prompt visual studio 2017 in administrator mode.
  4. in command prompt, navigate location extracted these files.
  5. run apply.cmd.

Comments